Variable: spam-stat-file
spam-stat-file is a customizable variable defined in spam-stat.el.gz.
Value
"~/.spam-stat.el"
Documentation
File used to save and load the dictionary.
See spam-stat-to-hash-table for the format of the file.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defcustom spam-stat-file "~/.spam-stat.el"
"File used to save and load the dictionary.
See `spam-stat-to-hash-table' for the format of the file."
:type 'file)