Hi all, I was bored about spam I get in my trac, so I installed 0.10dev rev3559. Tehn I installed SpamFilter plugin.
first problem, I had this messages in log file: 2006-07-26 15:30:45,042 Trac[loader] WARNING: Cannot load plugin spamfilter.ip_blacklist because it requires "dnspython>=1.3.5" but I have it: >>> dns.version.version '1.3.5' so I just disabled ip_blacklist. now I have a strange behaviour with askimet: If I try to submit a comment as anonymous, I see that in log file: 2006-07-26 15:54:31,398 Trac[api] DEBUG: Testing content u'anonymous' submitted by "anonymous" 2006-07-26 15:54:31,402 Trac[akismet] DEBUG: Verifying Akismet API key 2006-07-26 15:54:32,344 Trac[akismet] DEBUG: Akismet API key is valid 2006-07-26 15:54:32,345 Trac[akismet] DEBUG: Checking content with Akismet service 2006-07-26 15:54:33,124 Trac[akismet] DEBUG: Akismet says content is ham 2006-07-26 15:54:33,125 Trac[api] DEBUG: Testing content u'if there is no timeout for notifications the screen may get full of them.' submitted by "anonymous" 2006-07-26 15:54:33,126 Trac[akismet] DEBUG: Checking content with Akismet service 2006-07-26 15:54:33,677 Trac[akismet] DEBUG: Akismet says content is ham so it's not detected as spam. Now a friend from another network, another country with IP 213.91.244.80 try to put exactly the same comment, as anonymous, and I see in logs: 2006-07-26 16:01:54,616 Trac[api] DEBUG: Testing content u'anonymous' submitted by "anonymous" 2006-07-26 16:01:54,619 Trac[akismet] DEBUG: Verifying Akismet API key 2006-07-26 16:01:55,368 Trac[akismet] DEBUG: Akismet API key is valid 2006-07-26 16:01:55,369 Trac[akismet] DEBUG: Checking content with Akismet service 2006-07-26 16:01:56,019 Trac[main] WARNING: 500 Internal Error (Akismet rejected spam) why is it detected by spam when it's him ? does askimet take into account other info than content ? (IP, browser, ...) Thanks for your help Yann _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
