Variable: spam-bsfilter-spam-switch

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

Value

"--add-spam"

Documentation

The switch that Bsfilter uses to register spam messages.

Source Code

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