Variable: spam-bogofilter-program

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

Value

nil

Documentation

Name of the Bogofilter program.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-bogofilter-program (executable-find "bogofilter")
  "Name of the Bogofilter program."
  :type '(choice (file :tag "Location of bogofilter")
                 (const :tag "Bogofilter is not installed"))
  :group 'spam-bogofilter)