Variable: spam-spamassassin-positive-spam-flag-header

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

Value

"YES"

Documentation

The regex on spam-spamassassin-spam-flag-header for positive spam identification.

Source Code

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