Edgewall Software

Changes between Version 62 and Version 63 of SpamFilter


Ignore:
Timestamp:
Jul 8, 2012, 5:02:44 PM (12 years ago)
Author:
Dirk Stöcker
Comment:

New services in 0.5 version

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v62 v63  
    147147'''NOTE''': Submitters IP is sent to HTTP:BL servers.
    148148
     149=== !SpamBusted ===
     150
     151The [source:plugins/0.12/spam-filter-captcha/tracspamfilter/filters/spambusted.py SpamBusted] filter uses the [http://www.spambusted.com/ SpamBusted] web service to check content for possible spam. This services tests IP, username and/or email address.
     152
     153Training this filter requires an API key. The API key is configured in the 'External' administration page.
     154
     155'''NOTE''': Submitted username and IP is sent to !SpamBusted servers. Don't use this in private environments.
     156
     157=== !BotScout ===
     158
     159The [source:plugins/0.12/spam-filter-captcha/tracspamfilter/filters/botscout.py BotScout] filter uses the [http://botscout.com/ BotScout] web service to check content for possible spam. This services tests IP, username and/or email address.
     160
     161Using this filter requires an API key. The API key is configured in the 'External' administration page.
     162
     163'''NOTE''': Submitted username and IP is sent to !BotScout servers. Don't use this in private environments.
     164
     165=== !FSpamList ===
     166
     167The [source:plugins/0.12/spam-filter-captcha/tracspamfilter/filters/fspamlist.py FSpamList] filter uses the [http://www.fspamlist.com/ FSpamList] web service to check content for possible spam. This services tests IP, username and/or email address.
     168
     169Using this filter requires an API key. The API key is configured in the 'External' administration page.
     170
     171'''NOTE''': Submitted username and IP is sent to !FSpamList servers. Don't use this in private environments.
     172
     173=== !SpamWipe ===
     174
     175The [source:plugins/0.12/spam-filter-captcha/tracspamfilter/filters/spamwipe.py SpamWipe] filter uses the [http://www.spamwipe.com/ SpamWipe] web service to check content for possible spam.
     176
     177The use of this filter requires a API key. The API key is configured in the 'External' administration page.
     178
     179'''NOTE''': Submitted content is sent to !SpamWipe servers. Don't use this in private environments.
     180
    149181== Get the Plugin ==
    150182