Changes between Version 116 and Version 117 of BadContent
- Timestamp:
- Oct 20, 2023, 11:43:06 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BadContent
v116 v117 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. 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]. 2 3 [https://regex101.com/ This] is an online tool for testing regular expressions. Don't forget to select "Python" as flavor. 2 4 3 5 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.
