Edgewall Software

Changes between Version 23 and Version 24 of SpamFilter


Ignore:
Timestamp:
Feb 6, 2007, 9:42:55 PM (17 years ago)
Author:
johann@…
Comment:

SpamFilter doesn't seem to work with 0.11dev.

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v23 v24  
    22[[PageOutline(2-3)]]
    33
    4 A plugin is being developed that will allow different ways to reject contributions that contain spam. This plugin requires Trac release [milestone:0.10]. It should also work with [milestone:0.11]dev (if not, let us know).
     4A plugin is being developed that will allow different ways to reject contributions that contain spam. This plugin requires Trac release [milestone:0.10]. It doesn't seem to work with [milestone:0.11]dev (see #4611).
    55
    66== Supported Filtering Strategies ==
     
    1818The [source:sandbox/spam-filter/tracspamfilter/filters/ip_blacklist.py ip_blacklist] filter uses the third-party Python library [http://www.dnspython.org/ dnspython] to make DNS requests to a configurable list of IP blacklist servers.
    1919
    20 '''Note:''' For the SpamFilter to detect [http://www.dnspython.org/ dnspython] in needs to be installed via "setuptools".  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.
     20'''Note:''' For the SpamFilter to detect [http://www.dnspython.org/ dnspython] it needs to be installed via "setuptools".  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.
    2121
    2222=== IP Throttling ===