Back to filter editor | Back to filter history
Differences between versions
Item | Version from 00:52, 5 August 2018 by Kazitor | Version from 19:58, 6 April 2021 by Christopher |
Description:
- (publicly viewable)
|
|
|
| Fake biography spammer | | Fake biography spammer |
|
Flags: | |
Notes: |
|
|
| 05Aug2018-Kaz: block monospaced "e" | | 05Aug2018-Kaz: block monospaced "e" |
| 06Apr2018-Kaz: saw a spammer that didn't provide an age | | 06Apr2018-Kaz: saw a spammer that didn't provide an age |
| 23Mar2018-Kaz: checking block user again, a lot of them spam out of userspace after this filter catches them | | 23Mar2018-Kaz: checking block user again, a lot of them spam out of userspace after this filter catches them |
| 23Mar2018-Kaz: single <br> at beginning of page and regex for bio | | 23Mar2018-Kaz: single <br> at beginning of page and regex for bio |
| 24Aug2017-FCP: Unticked block user. What does it add? | | 24Aug2017-FCP: Unticked block user. What does it add? |
| 22Aug2017-Chr: Ticked the "Block the user and/or IP address from editing" box. | | 22Aug2017-Chr: Ticked the "Block the user and/or IP address from editing" box. |
| 22Jul2017-Chr: Pages with "<br><br>" but no external links are unlikely to happen but also unlikely to be spam. | | 22Jul2017-Chr: Pages with "<br><br>" but no external links are unlikely to happen but also unlikely to be spam. |
| 21Jul2017-Chr: Why'd you disable and unhide this? | | 21Jul2017-Chr: Why'd you disable and unhide this? |
| 12Jun2017-FCP: Every fake bio includes "<br><br>" and >0 external links. Testing. | | 12Jun2017-FCP: Every fake bio includes "<br><br>" and >0 external links. Testing. |
| + | |
| + | 6 Apr 2021 Chr: Filter 57 makes this redundant, deleting. |
|
Conditions: |
|
|
| !("autoconfirmed" in user_groups) & !("autopatrolled" in user_groups) & !("sysop" in user_groups) & !("bot" in user_groups) | | !("autoconfirmed" in user_groups) & !("autopatrolled" in user_groups) & !("sysop" in user_groups) & !("bot" in user_groups) |
| & (article_namespace == 2) /* Userspace */ | | & (article_namespace == 2) /* Userspace */ |
| & (old_size == 0) /* New page */ | | & (old_size == 0) /* New page */ |
| & (user_editcount == 0) & (user_age < 10800) /* Very new account */ | | & (user_editcount == 0) & (user_age < 10800) /* Very new account */ |
| & ( | | & ( |
| ((length(added_links) > 0) /* External links */ | | ((length(added_links) > 0) /* External links */ |
| & ("<br><br>" in added_lines | strpos(added_lines, "<br>") == 0)) | | & ("<br><br>" in added_lines | strpos(added_lines, "<br>") == 0)) |
| | added_lines irlike "^(\d\d y(ea)?rs?[- ]old )?.+ from .+," | | | added_lines irlike "^(\d\d y(ea)?rs?[- ]old )?.+ from .+," |
| | "e" in added_lines | | | "e" in added_lines |
| ) | | ) |
|
Actions taken when matched |
|
|
| Block | | Block |
| Disallow | | Disallow |
| Warn: abusefilter-warning | | Warn: abusefilter-warning |
|
← Older change