Variable: spam-blacklist
spam-blacklist is a customizable variable defined in spam.el.gz.
Value
"/root/News/spam/blacklist"
Documentation
The location of the blacklist.
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-blacklist (expand-file-name "blacklist" spam-directory)
"The location of the blacklist.
The file format is one regular expression per line.
The regular expression is matched against the address."
:type 'file
:group 'spam)