File: spam-report.el.html
; This module addresses a few aspects of spam reporting under Gnus. Page
; breaks are used for grouping declarations and documentation relating to
; each particular aspect.
Defined variables (9)
spam-report-gmane-max-requests | Number of reports to send before waiting for a response. |
spam-report-gmane-regex | Regexp matching Gmane newsgroups, e.g. "^nntp\+.*:gmane\." |
spam-report-gmane-use-article-number | Whether the article number (faster!) or the header should be used. |
spam-report-gmane-wait | When non-nil, wait until we get a server response. |
spam-report-requests-file | File where spam report request are stored. |
spam-report-resend-to | Email address that spam articles are resent to when reporting. |
spam-report-url-ping-function | Function to use for url ping spam reporting. |
spam-report-url-ping-temp-agent-function | Internal variable for ‘spam-report-agentize’ and ‘spam-report-deagentize’. |
spam-report-user-mail-address | Mail address of this user used for spam reports to Gmane. |
Defined functions (15)
spam-report-agentize | () |
spam-report-deagentize | () |
spam-report-gmane | (&rest ARTICLES) |
spam-report-gmane-ham | (&rest ARTICLES) |
spam-report-gmane-internal | (UNSPAM ARTICLE) |
spam-report-gmane-spam | (&rest ARTICLES) |
spam-report-plug-agent | () |
spam-report-process-queue | (&optional FILE KEEP) |
spam-report-resend | (ARTICLES &optional HAM) |
spam-report-resend-ham | (ARTICLES) |
spam-report-unplug-agent | () |
spam-report-url-ping | (HOST REPORT) |
spam-report-url-ping-mm-url | (HOST REPORT) |
spam-report-url-ping-plain | (HOST REPORT) |
spam-report-url-to-file | (HOST REPORT) |