Variable: spam-bsfilter-database-directory

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

Value

nil

Documentation

Directory path of the Bsfilter databases.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-bsfilter-database-directory nil
  "Directory path of the Bsfilter databases."
  :type '(choice (directory
                  :tag "Location of the Bsfilter database directory")
                 (const :tag "Use the default"))
  :group 'spam-bsfilter)