Variable: spam-bogofilter-spam-switch

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

Value

"-s"

Documentation

The switch that Bogofilter uses to register spam messages.

Source Code

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