Variable: spam-use-whitelist

spam-use-whitelist is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Whether the whitelist should be used by spam-split.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-whitelist nil
  "Whether the whitelist should be used by `spam-split'."
  :type 'boolean
  :group 'spam)