Variable: spam-use-regex-body
spam-use-regex-body is a customizable variable defined in spam.el.gz.
Value
nil
Documentation
Whether a body regular expression match should be used by spam-split.
Also see the variables spam-regex-body-spam and spam-regex-body-ham.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-regex-body nil
"Whether a body regular expression match should be used by `spam-split'.
Also see the variables `spam-regex-body-spam' and `spam-regex-body-ham'."
:type 'boolean
:group 'spam)