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