Variable: spam-use-BBDB-exclusive
spam-use-BBDB-exclusive is a customizable variable defined in
spam.el.gz.
Value
nil
Documentation
Whether BBDB-exclusive should be used by spam-split.
Exclusive BBDB means that all messages from senders not in the BBDB are considered spam.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-BBDB-exclusive nil
"Whether BBDB-exclusive should be used by `spam-split'.
Exclusive BBDB means that all messages from senders not in the BBDB are
considered spam."
:type 'boolean
:group 'spam)