Variable: spam-use-bogofilter
spam-use-bogofilter is a customizable variable defined in spam.el.gz.
Value
nil
Documentation
Whether bogofilter should be invoked by spam-split.
Enable this if you want Gnus to invoke Bogofilter on new messages.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-use-bogofilter nil
"Whether bogofilter should be invoked by `spam-split'.
Enable this if you want Gnus to invoke Bogofilter on new messages."
:type 'boolean
:group 'spam)