Variable: spam-crm114-database-directory
spam-crm114-database-directory is a customizable variable defined in
spam.el.gz.
Value
nil
Documentation
Directory path of the CRM114 Mailfilter databases.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defcustom spam-crm114-database-directory nil
"Directory path of the CRM114 Mailfilter databases."
:type '(choice (directory
:tag "Location of the CRM114 Mailfilter database directory")
(const :tag "Use the default"))
:group 'spam-crm114)