Variable: spam-use-bogofilter-headers
spam-use-bogofilter-headers is a customizable variable defined in
spam.el.gz.
Value
nil
Documentation
Whether bogofilter headers should be used by spam-split.
Enable this if you pre-process messages with Bogofilter BEFORE Gnus sees them.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-bogofilter-headers nil
"Whether bogofilter headers should be used by `spam-split'.
Enable this if you pre-process messages with Bogofilter BEFORE Gnus sees them."
:type 'boolean
:group 'spam)