trac-spamfilter for Debian -------------------------- CONTENTS 1. Enabling trac-spamfilter globally 2. Enabling trac-spamfilter per project 3. Configuring the Akismet plugin Enabling trac-spamfilter globally ================================= To enable, create or edit /etc/trac.ini and add: [components] tracspamfilter.* = enabled You must restart tracd or your webserver for your changes to take effect. You may also need to perform "trac-admin upgrade ". Enabling trac-spamfilter per project ==================================== Edit the /conf/trac.ini file and the following: [components] tracspamfilter.* = enabled You must restart tracd or your webserver for the changes to take effect. You may also need to run "trac-admin upgrade ". Configuring the Akismet plugin ============================== You can use trac-spamfilter with the Akismet web service to check content for spam. For more information, please see . This filter requires a Wordpress API key. To configure your key, create or edit the following section in /conf/trac.ini or /etc/trac.ini: [spam-filter] akismet_api_key = 1234567890 You must restart tracd or your webserver for the changes to take effect. -- Chris Lamb Tue, 22 Apr 2008 05:30:41 +0100