Variable: spam-bogofilter-spam-strong-switch

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

Value

"-S"

Documentation

The switch that Bogofilter uses to unregister ham messages.

Source Code

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