Back to filter editor | Back to filter history
Differences between versions
Item | Version from 02:18, 10 August 2011 by Tepples | Version from 10:49, 6 January 2012 by Tepples |
Description:
- (publicly viewable)
|
|
|
| 17-letter anonymous talk edits | | 17-letter anonymous talk edits |
|
Flags: | |
Notes: |
|
|
| Spambots following this pattern of test edits either create a new talk page or replace an entire section of a talk page with an over-generic message of praise for the associated article, with one misspelled word whose internal letters have been scrambled. If it's a new talk page, the section title is a single "word" with 11 or more random letters of both cases. We currently detect only the new talk page, and we detect it by the section title. | | Spambots following this pattern of test edits either create a new talk page or replace an entire section of a talk page with an over-generic message of praise for the associated article, with one misspelled word whose internal letters have been scrambled. If it's a new talk page, the section title is a single "word" with 11 or more random letters of both cases. We currently detect only the new talk page, and we detect it by the section title. |
| | | |
| 2011-08-01: Made the heuristic broader because it wasn't catching all edits that fit this pattern. | | 2011-08-01: Made the heuristic broader because it wasn't catching all edits that fit this pattern. |
| | | |
| 2011-08-09: moved OR operator into the regex to possibly save a few conditions | | 2011-08-09: moved OR operator into the regex to possibly save a few conditions |
| + | |
| + | 2012-01-06: decreased minimum length to 9 |
|
Conditions: |
|
|
| !user_editcount | | !user_editcount |
− | & summary rlike "^[a-zA-Z]{11,}$" | + | & summary rlike "^[a-zA-Z]{9,}$" |
| & (summary rlike "(?:[zZ]\w+[zZ]|[A-Z]{2,}[a-z]{2,}[A-Z]{2,}|[a-z]{2,}[A-Z]{2,}[a-z]{2,}|[A-Z][a-z]+[A-Z]+[a-z]+[A-Z])") | | & (summary rlike "(?:[zZ]\w+[zZ]|[A-Z]{2,}[a-z]{2,}[A-Z]{2,}|[a-z]{2,}[A-Z]{2,}[a-z]{2,}|[A-Z][a-z]+[A-Z]+[a-z]+[A-Z])") |
|
Actions to take when matched |
|
|
| Disallow | | Disallow |
| Warn: abusefilter-warning | | Warn: abusefilter-warning |
|
← Older change | Newer change →