Changes between Version 103 and Version 104 of BadContent


Ignore:
Timestamp:
Sep 22, 2023, 10:49:38 AM (3 years ago)
Author:
Michael Koch
Comment:

replace dead link for syntax description, and add link to Wikipedia article

Legend:

Unmodified
Added
Removed
Modified
  • BadContent

    v103 v104  
    1 The [http://trac.edgewall.org/browser/plugins/1.0/spam-filter/tracspamfilter/filters/regex.py regex​ filter] reads a list of regular expressions from this page; each regular expression (case sensitive) being on a separate line inside the code block. This uses the ​[http://docs.python.org/lib/re-syntax.html Python syntax] for regular expressions. Submitted content will be assigned a negative score (“karma”) for each match, and the total karma determines whether a submission is rejected or not. This is a read only page, so contact a trac admin (see `MAINTAINERS`) if you want to add something.
     1The [http://trac.edgewall.org/browser/plugins/1.0/spam-filter/tracspamfilter/filters/regex.py regex​ filter] reads a list of regular expressions from this page; each regular expression (case sensitive) being on a separate line inside the code block. This uses the ​[https://docs.python.org/3/library/re.html Python syntax] for regular expressions. See also this [https://en.wikipedia.org/wiki/Regular_expression Wikipedia article]. Submitted content will be assigned a negative score (“karma”) for each match, and the total karma determines whether a submission is rejected or not. This is a read only page, so contact a trac admin (see `MAINTAINERS`) if you want to add something.
    22
    33{{{