Edgewall Software

Changes between Version 85 and Version 86 of SpamFilter


Ignore:
Timestamp:
Feb 1, 2014, 10:12:43 PM (10 years ago)
Author:
Dirk Stöcker
Comment:

Add Mollom

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v85 v86  
    143143'''NOTE''': Submitted content is sent to Defensio servers. Don't use this in private environments.
    144144
     145=== Mollom ===
     146
     147The [source:plugins/1.0/spam-filter/tracspamfilter/filters/mollom.py Mollom] filter uses the [http://mollom.com/ Mollom] web service to check content for possible spam.
     148
     149The use of this filter requires API keys. These API keys are configured in the 'External' administration page.
     150
     151'''NOTE''': Submitted content is sent to Mollom servers. Don't use this in private environments.
     152
    145153=== !StopForumSpam ===
    146154
     
    266274
    267275== Known Issues ==
    268  * '''Attention''': The 1.7 series of dnspython causes a massive slowdown of whole Trac. Use 1.6.x or 1.8.x.
     276 * '''Attention''': The 1.7 series of dnspython causes a massive slowdown of whole Trac.
    269277[[TicketQuery(component=plugin/spamfilter,status=!closed)]]
    270278
     
    273281 * The modules for IP blacklistening und HTTP:BL need [http://www.dnspython.org/ dnspython] installed.
    274282   Install "setuptools" based on the [wiki:TracPlugins#Requirements Trac plugin requirements], then you can run "easy_install dnspython" to automatically download and install the package.
    275  * '''Attention''': The 1.7 series of dnspython causes a massive slowdown of whole Trac. Use 1.6.x or 1.8.x.
     283 * '''Attention''': The 1.7 series of dnspython causes a massive slowdown of whole Trac. Use newer versions only.
    276284 * The !ImageCaptcha requires python-imaging to work.
    277285 * Bayes filtering needs spambayes software installed.
     286 * Mollom filter needs [https://github.com/simplegeo/python-oauth2 python-oauth2] installed.
    278287
    279288----