Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 18:22, 12 July 2017 by FuzzyCatPotatoVersion from 18:47, 12 July 2017 by FuzzyCatPotato
Basic information

Description:

(publicly viewable)
New account creating userpage with external links
+
New editor created questionable userpage (has external links or is in another users' userspace)
Notes:
Tags new accounts that post external links, which 95% of time are spam, but which could also be legit users trying to make a good userpage.
+
If a new editor creates a userpage that:
 +
- Has external links (95% spam, 5% new contributors making good userpages), or
 +
- Is in another users' userspace (99% spam or dox, 1% legitimate mistakes about new pages)
  
 +
12Jun2017-FCP: Merged in Filter 42 (user creating page in another user's userspace)
 
12Jun2017-FCP: Updated warning
 
12Jun2017-FCP: Updated warning
 
31Dec2016-FCP: Changed to tag-only, no warning. A small portion of legitimate users appear to be scared off by the message.
 
31Dec2016-FCP: Changed to tag-only, no warning. A small portion of legitimate users appear to be scared off by the message.
 
02Feb2016-FCP: Allowed users to resubmit.
 
02Feb2016-FCP: Allowed users to resubmit.
 
02Feb2016-FCP: Made filter publicly visible, cleaned up.
 
02Feb2016-FCP: Made filter publicly visible, cleaned up.
 
02Feb2016-FCP: Added warning.
 
02Feb2016-FCP: Added warning.
Filter conditions
Conditions:
!("autoconfirmed" 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) | (article_namespace == 3)) /* User, User talk */
+
& ((article_namespace == 2)         /* Userspace or */
& (old_size == 0)                                       /* New page         */
+
| (article_namespace == 3))         /* User talk */
& (user_editcount == 0)                                 /* Very new account */
+
& (old_size == 0)                   /* New page */
& (user_age < 10800)                                   /* Very new account */
+
& (user_editcount == 0)             /* Very new account */
& (length(added_links) >= 1)                           /* External links   */
+
& (user_age < 10800)                 /* Very new account */
 +
& ((length(added_links) >= 0)       /* External links or */
 +
|!(user_name in article_text))      /* Not own userpage */
Actions to take when matched
Actions to take when matched
Tag: Warning: New account creating userpage with external links.
+
Tag: New editor created questionable userpage (has external links or is in another users' userspace)