Modify ↓
Opened 17 years ago
Closed 16 years ago
#8032 closed task (fixed)
[PATCH] IPBlacklistFilterStrategy defaults require update
| Reported by: | 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 , 17 years ago
| Milestone: | → not applicable |
|---|
comment:2 by , 16 years ago
| Owner: | set to |
|---|---|
| Summary: | IPBlacklistFilterStrategy defaults require update → [PATCH] IPBlacklistFilterStrategy defaults require update |
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Patch applied in r8329, thanks!
Note:
See TracTickets
for help on using tickets.



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