Hi,

I have succeeded in setting up the tracspamfilter plugin for my site,
and it seems to work fine. Now I want to add the following
documentation to http://projects.edgewall.com/trac/wiki/SpamFilter but
unfortunately Akismet says that it is Spam. I have tried to submit
only small parts of it, also without my email address, and with
different log messages, and without the URL in it, but no success.

Can somebody with a password add this to the wiki?
Cheers, Johann

== Configuring the Plugin ==

Get a 
[http://faq.wordpress.com/2006/05/19/akismet-a-wordpresscom-blog-and-the-api-key/
WordPress API key] and add it to your [wiki:TracIni trac.ini]:
{{{
[akismet]
api_key = 12345678abcd
}}}

With default options, the plugin does not check content from
authenticated users. If you want to test the spam filter, sign out of
the web interface, or add the following to your [wiki:TracIni
trac.ini]:
{{{
[spam-filter]
trust_authenticated = false
}}}
If you have *_ADMIN privileges, your content will '''never''' be
checked, even with the above configuration.
_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to