Abuse filter management

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

Differences between versions

ItemVersion from 20:06, 18 June 2024 by Elevator1512Version from 09:01, 27 June 2024 by Elevator1512
Basic information
Flags:
 
Enabled
Notes:
May 19, 2024 - New filter to catch certain users removing {{legit}} template off of articles
May 19, 2024 - New filter to catch certain users removing {{legit}} template off of articles


Update June 18, 2024 - Soon updating to make this a blacklist filter, no hits in the 30 days it was enabled
Update June 18, 2024 - Soon updating to make this a blacklist filter, no hits in the 30 days it was enabled
Update June 27, 2024: Re-enabling with change to 7 days / 20 edits
Filter conditions
Conditions:
!"autoconfirmed" in user_groups
(user_age < 604800 & user_editcount < 20)
& (removed_lines rlike "\{\{(L|l)egit\-")
& (removed_lines rlike "\{\{((L|l)egit|(G|g)ood(U|u)ser)\-")
& !(added_lines rlike "\{\{(L|l)egit\-")
& !(added_lines rlike "\{\{((L|l)egit|(G|g)ood(U|u)ser)\-")