Variable: spam-spamoracle-database

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

Value

nil

Documentation

Location of spamoracle database file.

When nil, use the default spamoracle database.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-spamoracle-database nil
  "Location of spamoracle database file.
When nil, use the default spamoracle database."
  :type '(choice (directory :tag "Location of spamoracle database file.")
                 (const :tag "Use the default"))
  :group 'spam-spamoracle)