Am 03.11.2006 um 11:09 schrieb thomas: > hey folks, > > for some weeks we are using the spamfilter-plugin on trac 0.10 > since we > got too many ticket-spams previously.
See <http://www.cmlenz.net/blog/2006/11/managing_trac_s.html> for some background info. > Unfortunately nearly every (or really every) ticket-comment seems > to be > found as being spam by akismet. > Are really correct messages sent to them in those cases? Or is it the > anonymous user which is set then? > For now it seems like we need to disable akismet in the plugin which > leaves us without the most protection in there. > dnsblacklist doesn't want to work on the gentoo-server even though I > installed the library through portage. Same for spambayes > unfortunately. You'll have to jump through some (relatively minor) hoops to get the installation of dnspython and SpamBayes detected by the SpamFilter. Basically, both need to be installed in a way that is compatible with Python Eggs / pkg_resources, likely by using easy_install instead of portage. For dnspython: easy_install dnspython For SpamBayes: wget <spambayes-src-tarball> tar -zxf <src-tarball> easy_install <unpackaged-src-tarball> Hopefully the Gentoo Python packagers will make these extra steps go away in the future, though I don't know what the status is. When Gentoo switches to Python 2.5, these shouldn't be necessary either (because python 2.5 automatically installs the needed egg-info directories alongside packages AFAIK). > Only thing left is the url-filter and the regexps which is much less > than what the plugin can do. > > Btw. any dedicated list / forum for plugins or the spamfilter plugin? Nope, not yet. trac-users is the best place to ask these questions for now. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
