Variable: spam-use-blacklist
spam-use-blacklist is a customizable variable defined in spam.el.gz.
Value
nil
Documentation
Whether the blacklist should be used by spam-split.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-blacklist nil
"Whether the blacklist should be used by `spam-split'."
:type 'boolean
:group 'spam)