Variable: spam-use-spamassassin-headers

spam-use-spamassassin-headers is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Whether spamassassin headers should be checked by spam-split.

Enable this if you pre-process messages with SpamAssassin BEFORE Gnus sees them.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-spamassassin-headers nil
  "Whether spamassassin headers should be checked by `spam-split'.
Enable this if you pre-process messages with SpamAssassin BEFORE Gnus sees
them."
  :type 'boolean
  :group 'spam)