Variable: spam-crm114-positive-spam-header

spam-crm114-positive-spam-header is a customizable variable defined in spam.el.gz.

Value

"^SPAM"

Documentation

The regex on spam-crm114-header for positive spam identification.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-crm114-positive-spam-header "^SPAM"
  "The regex on `spam-crm114-header' for positive spam identification."
  :type 'regexp
  :group 'spam-crm114)