Variable: spam-bsfilter-program

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

Value

nil

Documentation

Name of the Bsfilter program.

Source Code

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