Variable: rmail-use-spam-filter
rmail-use-spam-filter is a customizable variable defined in
rmail-spam-filter.el.gz.
Value
nil
Documentation
Non-nil to activate the Rmail spam filter.
Set rsf-definitions-alist to define what you consider spam emails.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail-spam-filter.el.gz
(defcustom rmail-use-spam-filter nil
"Non-nil to activate the Rmail spam filter.
Set `rsf-definitions-alist' to define what you consider spam emails."
:type 'boolean)