Edit filter configuration

Differences between versions

ItemVersion from 17:19, 3 January 2018 by Peter HarrisonVersion from 09:04, 4 January 2020 by Peter Harrison
Basic information
Notes:
A new user creating a user page with external links is usually a sign of spam.
A new user creating a user page with external links is usually a sign of spam.


16/9/14 Extend to cover user talk pages
16/9/14 Extend to cover user talk pages


10/11/14 Changed description and tag
10/11/14 Changed description and tag


18/12/14 Improved method for detecting external links
18/12/14 Improved method for detecting external links


8/1/15 Fixed bug in filter causing it to trigger on any page with an https link
8/1/15 Fixed bug in filter causing it to trigger on any page with an https link


3/1/18 Simplified detection of external links
3/1/18 Simplified detection of external links
4/1/20 Moved simpler tests to the front of the filter to make it faster and stop it being throttled
Filter conditions
Conditions:
(documentation)
user_editcount < 10 &
article_articleid = 0 &
article_articleid = 0 &
(article_namespace = 2 | article_namespace = 3) &
(article_namespace = 2 | article_namespace = 3) &
user_editcount < 10 &
(length(added_links) >= 1)
(length(added_links) >= 1)