Variable: spam-whitelist
spam-whitelist is a customizable variable defined in spam.el.gz.
Value
"/root/News/spam/whitelist"
Documentation
The location of the whitelist.
The file format is one regular expression per line. The regular expression is matched against the address.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-whitelist (expand-file-name "whitelist" spam-directory)
"The location of the whitelist.
The file format is one regular expression per line.
The regular expression is matched against the address."
:type 'file
:group 'spam)