Variable: spam-assassin-program

spam-assassin-program is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Name of the spamassassin program.

Hint: set this to "spamc" if you have spamd running. See the spamc and spamd man pages for more information on these programs.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-assassin-program (executable-find "spamassassin")
  "Name of the spamassassin program.
Hint: set this to \"spamc\" if you have spamd running.  See the spamc and
spamd man pages for more information on these programs."
  :type '(choice (file :tag "Location of spamc")
                 (const :tag "spamassassin is not installed"))
  :group 'spam-spamassassin)