Variable: spam-crm114-ham-switch

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

Value

"--learnnonspam"

Documentation

The switch that CRM114 Mailfilter uses to register ham messages.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-crm114-ham-switch "--learnnonspam"
  "The switch that CRM114 Mailfilter uses to register ham messages."
  :type 'string
  :group 'spam-crm114)