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