Variable: spam-use-bsfilter-headers

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

Value

nil

Documentation

Whether bsfilter headers should be used by spam-split.

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

Source Code

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