Variable: spam-sa-learn-program
spam-sa-learn-program is a customizable variable defined in
spam.el.gz.
Value
nil
Documentation
Name of the sa-learn program.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-sa-learn-program (executable-find "sa-learn")
"Name of the sa-learn program."
:type '(choice (file :tag "Location of spamassassin")
(const :tag "spamassassin is not installed"))
:group 'spam-spamassassin)