Hi all.

The IPBlacklistFilterStrategy / ip_blacklist.py of the spam filter plugin
per default queries the blacklists bsb.empty.us and sc.surbl.org. The
SURBL project recently announced [1] that the "individual lists" (which
includes sc.surbl.org) will be shut down on February 28th, 2009. This may
have an impact on the spam protection of Trac installations.

If not done yet, you should check your trac.ini, section [spam-filter],
option ip_blacklist_servers. If the option is missing, you should add
something like

ip_blacklist_servers = bsb.empty.us, multi.surbl.org

to override the plugin defaults. If the option is already there and
references sc.surbl.org you should change that reference to
multi.surbl.org.

See also ticket #8032 on t.e.o [2].

Bye, Mike

[1] http://lists.surbl.org/pipermail/announce/2009-February/000191.html
[2] http://trac.edgewall.org/ticket/8032


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to