You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/26 02:12:38 UTC

[Spamassassin Wiki] Update of "Rules/RCVD IN DSBL" by LeeMaguire

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by LeeMaguire:
http://wiki.apache.org/spamassassin/Rules/RCVD_IN_DSBL

New page:
#language en
== SpamAssassin Rule: RCVD_IN_DSBL ==

''Standard description:'' Received via a relay in list.dsbl.org

=== Explanation ===

The last external relay the mail passed through matched an entry on the [http://www.dsbl.org dsbl.org], a [:DNSBL] listing open relays, badly-installed CGI scripts and open SOCKS and HTTP proxies. 

=== Further Info ===

The default scores for this rule can be found [http://spamassassin.apache.org/tests.html in the online list of tests].

'''Note''': As of September 2008 the DSBL is permanently offline. [https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5988 #5988]

This test can be disabled by setting its score to 0.
{{{
  score RCVD_IN_DSBL   0
}}}

----
CategoryRule