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 11:59, 4 May 2024 by Elevator1512Version from 09:31, 7 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.
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 < 604800 & /* in seconds = 7 * 24 * 60 * 60 */  
user_age < 604800 & /* in seconds = 7 * 24 * 60 * 60 */  
user_editcount < 20 &
user_editcount < 20
!ip_in_range(user_name, "2601:983:281:2160:0:0:0:0/64")
&
!ip_in_range(user_name, "75.165.0.0/16")
&
!ip_in_range(user_name, "75.75.164.246")
&
!ip_in_range(user_name, "2601:983:281:2160:0:0:0:0/64")
&
!ip_in_range(user_name, "2A02:8109:3B40:3AC8:0:0:0:0/64")
)
)
Actions to take when matched
Actions to take when matched
Block anonymous users: 1 week, block registered users: 2 hours
Disallow: abusefilter-disallowed
Warn: abusefilter-warning-7-20-restriction
Warn: abusefilter-warning-7-20-restriction