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 08:08, 8 May 2024 by Elevator1512Version from 17:55, 15 May 2024 by Elevator1512
Basic information
Notes:
Testing a new filter for 7 days / 20 edits restriction on creating new pages in the "Article" namespace.
Testing a new filter for 7 days / 20 edits restriction on creating new pages in the "Article" namespace.


UPDATE: Filter doesn't work for some reason (tested an IP page creation) even though it is enabled, post an update on my talk page if there's a solution available.
Update: Filter doesn't work for some reason (tested an IP page creation) even though it is enabled, post an update on my talk page if there's a solution available.


UPDATE 5/4/2024: Trying out block for 1 week (IP only) as recent hits have been fully self-promoted spam. 2 hours for registered users
Update 5/4/2024: Trying out block for 1 week (IP only) as recent hits have been fully self-promoted spam. 2 hours for registered users


UPDATE 5/7/2024: Seeing if I can split the filter to disallow creations from IP users and warn new users.
Update 5/7/2024: Seeing if I can split the filter to disallow creations from IP users and warn new users.


UPDATE 5/8/2024: High rate of matches (4 hits in the past 6 hours). Disabling block but keeping disallow on Filter 4.
Update 5/8/2024: High rate of matches (4 hits in the past 6 hours). Disabling block but keeping disallow on Filter 4.
 
Update 5/15/2024: Changing to only target new users and not IP users.
Filter conditions
Conditions:
!contains_any(user_groups, "sysop", "bot") &
!contains_any(user_groups, "sysop", "bot") &


(
(
action == "edit" &
action == "edit" &
page_namespace == 0 &
page_namespace == 0 &
page_age == 0 &
page_age == 0 &
user_age > 1 &
user_age < 604800 & /* in seconds = 7 * 24 * 60 * 60 */  
user_age < 604800 & /* in seconds = 7 * 24 * 60 * 60 */  
user_editcount < 20
user_editcount < 20
)
)