| Main Archive Page > Month Archives > spamassassin-dev archives |
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6652
Frank Urban <frank.urban@commerzbank.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frank.urban@commerzbank.com
--- Comment #1 from Frank Urban <frank.urban@commerzbank.com> 2011-12-14 12:28:19 UTC ---
Good idear.
I have the same problem to disable spamhaus
Today I need to put this all in my local.cf
score RCVD_IN_SBL 0
score RCVD_IN_XBL 0
score RCVD_IN_PBL 0
score RCVD_IN_ZEN 0
score __RCVD_IN_ZEN 0
score URIBL_SBL 0
score URIBL_SBL_A 0
score URIBL_DBL_SPAM 0
score URIBL_DBL_REDIR 0
score URIBL_DBL_ERROR 0
to disable spamhaus
in the last rule update it seemed taht the rule URIBL_SBL was renamed to
URIBL_SBL_A and a new rule was added.
So I needed again to add new lines for that
score URIBL_SBL_A 0
score URIBL_DBL_REDIR 0
this all would be much easyer is there would be a way to disable the whole DNS
lookup to *.spamhaus.org
-- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.