Changes between Version 33 and Version 34 of BadContent
- Timestamp:
- Apr 2, 2014, 11:21:25 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BadContent
v33 v34 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. Uses the [http://docs.python.org/lib/re-syntax.html Python syntax] for regular expressions. If any of these regular expressions match the submitted content the submission will be rejected.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 if you want to add something. 2 2 3 3 {{{ 4 (?i)lululemon 5 (?i)oakley 4 6 (?i)vuitton 5 7 (?i)coupon … … 43 45 (?i)toolate\.fr 44 46 (?i)holl?ister 47 (?i)michael.?kors 45 48 (?i)home.?remedies 46 49 (?i)ray.?ban
