Variable: spam-report-resend-to
spam-report-resend-to is a customizable variable defined in
spam-report.el.gz.
Value
nil
Documentation
Email address that spam articles are resent to when reporting.
If not set, the user will be prompted to enter a value which will be saved for future use.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-report.el.gz
(defcustom spam-report-resend-to nil
"Email address that spam articles are resent to when reporting.
If not set, the user will be prompted to enter a value which will be
saved for future use."
:type '(choice (const :tag "Prompt" nil) string))