Variable: spam-regex-body-spam
spam-regex-body-spam is a customizable variable defined in spam.el.gz.
Value
nil
Documentation
Regular expression for positive body spam matches.
Only meaningful if you enable spam-use-regex-body.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-regex-body-spam '()
"Regular expression for positive body spam matches.
Only meaningful if you enable `spam-use-regex-body'."
:type '(repeat (regexp :tag "Regular expression to match spam body"))
:group 'spam)