Edgewall Software

Changes between Version 8 and Version 9 of SpamFilter


Ignore:
Timestamp:
Jul 10, 2006, 10:41:33 AM (18 years ago)
Author:
Christopher Lenz
Comment:

Document how the Akisment API key is set

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v8 v9  
    1818=== Akismet ===
    1919
    20 The [source:sandbox/spam-filter/tracspamfilter/filters/akismet.py akismet] filter uses the [http://akismet.com/ Akismet] web service to check content for possible spam. The use of this filter requires a [http://www.wordpress.com Wordpress] API key.
     20The [source:sandbox/spam-filter/tracspamfilter/filters/akismet.py akismet] filter uses the [http://akismet.com/ Akismet] web service to check content for possible spam.
     21
     22The use of this filter requires a [http://www.wordpress.com Wordpress] API key. The API key is configured in [wiki:TracIni trac.ini] in a separate section:
     23
     24{{{
     25[akismet]
     26api_key = 1234567890
     27}}}
    2128
    2229=== Bayes ===