Variable: spam-bsfilter-spam-strong-switch

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

Value

"--sub-spam"

Documentation

The switch that Bsfilter uses to unregister ham messages.

Source Code

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