Variable: spam-bsfilter-ham-switch

spam-bsfilter-ham-switch is a customizable variable defined in spam.el.gz.

Value

"--add-clean"

Documentation

The switch that Bsfilter uses to register ham messages.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-bsfilter-ham-switch "--add-clean"
  "The switch that Bsfilter uses to register ham messages."
  :type 'string
  :group 'spam-bsfilter)