Variable: spam-spamoracle-binary

spam-spamoracle-binary is a customizable variable defined in spam.el.gz.

Value

nil

Documentation

Location of the spamoracle binary.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-spamoracle-binary (executable-find "spamoracle")
  "Location of the spamoracle binary."
  :type '(choice (directory :tag "Location of the spamoracle binary")
                 (const :tag "Use the default"))
  :group 'spam-spamoracle)