Variable: spam-bogofilter-ham-switch
spam-bogofilter-ham-switch is a customizable variable defined in
spam.el.gz.
Value
"-n"
Documentation
The switch that Bogofilter uses to register ham messages.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-bogofilter-ham-switch "-n"
"The switch that Bogofilter uses to register ham messages."
:type 'string
:group 'spam-bogofilter)