Function: spam-exists-in-BBDB-p
spam-exists-in-BBDB-p is a byte-compiled function defined in
spam.el.gz.
Signature
(spam-exists-in-BBDB-p NET)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defun spam-exists-in-BBDB-p (net)
(when (and (stringp net) (not (zerop (length net))))
(bbdb-records)
(bbdb-gethash (downcase net))))