Changes between Version 103 and Version 104 of BadContent
- Timestamp:
- Sep 22, 2023, 10:49:38 AM (3 years ago)
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.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 [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. 2 2 3 3 {{{
