Variable: spam-crm114-spam-switch

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

Value

"--learnspam"

Documentation

The switch that CRM114 Mailfilter uses to register spam messages.

Source Code

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