Changes between Version 112 and Version 113 of BadContent
- Timestamp:
- Oct 19, 2023, 2:36:09 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BadContent
v112 v113 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] or this [https://www.regular-expressions.info/reference.html Regular Expressions Reference]. 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] or this [https://www.regular-expressions.info/reference.html Regular Expressions Reference]. [https://regex101.com/ This] is an online tool for testing 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. 2 2 3 3 {{{
