Edgewall Software

Changes between Version 2 and Version 3 of SpamFilter


Ignore:
Timestamp:
Apr 17, 2006, 9:39:17 PM (18 years ago)
Author:
anonymous
Comment:

typos fixed

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v2 v3  
    1010=== Regular Expressions ===
    1111
    12 The [source:sandbox/spam-filter/tracspamfilter/filters/regex.py regex] filter reads a list of regular expressions from a wiki page named “!BadContent”, each regular expression being on a separate line inside the first code block on the page, using the [http://docs.python.org/lib/re-syntax.html Python syntax] for regular expressions.
     12The [source:sandbox/spam-filter/tracspamfilter/filters/regex.py regex] filter reads a list of regular expressions from a wiki page named “BadContent”, each regular expression being on a separate line inside the first code block on the page, using the [http://docs.python.org/lib/re-syntax.html Python syntax] for regular expressions.
    1313
    1414If any of those regular expressions matches the submitted content, the submission will be rejected.
     
    3333}}}
    3434
    35 You can browser the source [source:sandbox/spam-filter here].
     35You can browse the source [source:sandbox/spam-filter here].
    3636
    3737See TracPlugins for instructions on building and installing plugins.