Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8032 closed task (fixed)

[PATCH] IPBlacklistFilterStrategy defaults require update

Reported by: mrenzmann@… Owned by: Christian Boos
Priority: high Milestone: not applicable
Component: plugin/spamfilter Version: none
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The IPBlacklistFilterStrategy per default queries bsb.empty.us and sc.surbl.org.

However, the SURBL project recently announced: "Traffic for the individual lists is relatively very low, and no one should be using them any more, so in order to reduce unnecessary and redundant network traffic we will be turning off public nameservice for the individual lists on February 28th, 2009."

IPBlacklistFilterStrategy needs to be adjusted accordingly.

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 15 years ago

Milestone: not applicable

comment:2 by anonymous, 15 years ago

Owner: set to Christian Boos
Summary: IPBlacklistFilterStrategy defaults require update[PATCH] IPBlacklistFilterStrategy defaults require update
Index: tracspamfilter/filters/ip_blacklist.py
===================================================================
--- tracspamfilter/filters/ip_blacklist.py      (revision 8323)
+++ tracspamfilter/filters/ip_blacklist.py      (working copy)
@@ -35,7 +35,7 @@
         overall karma of a submission.""")

     servers = ListOption('spam-filter', 'ip_blacklist_servers',
-                         'bsb.empty.us, sc.surbl.org', doc=
+                         'bsb.empty.us, multi.surbl.org', doc=
         """Servers used for IP blacklisting.""")

     # IFilterStrategy implementation

comment:3 by Christian Boos, 15 years ago

Resolution: fixed
Status: newclosed

Patch applied in r8329, thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.