Variable: spam-report-gmane-regex
spam-report-gmane-regex is a customizable variable defined in
spam-report.el.gz.
Value
nil
Documentation
Regexp matching Gmane newsgroups, e.g. "^nntp\\+.*:gmane\\." If you are using spam.el, consider setting gnus-spam-process-newsgroups or the gnus-group-spam-exit-processor-report-gmane group/topic parameter instead.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam-report.el.gz
(defcustom spam-report-gmane-regex nil
"Regexp matching Gmane newsgroups, e.g. \"^nntp\\+.*:gmane\\.\"
If you are using spam.el, consider setting gnus-spam-process-newsgroups
or the gnus-group-spam-exit-processor-report-gmane group/topic parameter
instead."
:type '(radio (const nil)
(regexp :value "^nntp\\+.*:gmane\\.")))