Variable: spam-report-requests-file
spam-report-requests-file is a customizable variable defined in
spam-report.el.gz.
Value
"~/News/spam/spam-report-requests.url"
Documentation
File where spam report request are stored.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-report.el.gz
(defcustom spam-report-requests-file
(nnheader-concat gnus-directory "spam/" "spam-report-requests.url")
;; Is there a convention for the extension of such a file?
;; Should we use `spam-directory'?
"File where spam report request are stored."
:type 'file)