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 15:35, 4 February 2025 by Elevator1512Version from 23:44, 5 February 2025 by Elevator1512
Filter conditions
Conditions:
!"sysop" in user_groups & (
!"sysop" in user_groups & (
(
(
user_age < 3600 & page_age != 0
user_age < 3600 & page_age != 0
&
&
!ip_in_range(user_name, "2601:983:200:8DC0:0:0:0:0/64")
!ip_in_range(user_name, "2601:983:200:8DC0:0:0:0:0/64")
&
&
!ip_in_range(user_name, "73.101.189.162")
!ip_in_range(user_name, "73.101.176.68")
&
&
!ip_in_range(user_name, "67.146.11.202")
!ip_in_range(user_name, "67.146.11.202")
&  
&  
!ip_in_range(user_name, "2603:3007:BB8:C000:0:0:0:0/64")
!ip_in_range(user_name, "2603:3007:BB8:C000:0:0:0:0/64")
&
&
!ip_in_range(user_name, "2A02:8109:3B40:3AC8:0:0:0:0/64")
!ip_in_range(user_name, "2A02:8109:3B40:3AC8:0:0:0:0/64")
&
&
!ip_in_range(user_name, "2601:981:4402:1BC0:0:0:0:0/64")
!ip_in_range(user_name, "2601:981:4402:1BC0:0:0:0:0/64")
&
&
!ip_in_range(user_name, "2601:580:4500:0:0:0:0:0/48")
!ip_in_range(user_name, "2601:580:4500:0:0:0:0:0/48")
)
)
|
|
(user_age > 0 & user_age < 345600 & user_editcount < 10 & page_age == 0 & (page_namespace == 0))
(user_age > 0 & user_age < 345600 & user_editcount < 10 & page_age == 0 & (page_namespace == 0))
) & (
) & (
rcount("http?:\/\/", added_lines) > rcount("http?:\/\/", removed_lines) |
rcount("http?:\/\/", added_lines) > rcount("http?:\/\/", removed_lines) |
rcount("https?:\/\/", added_lines) > rcount("https?:\/\/", removed_lines)
rcount("https?:\/\/", added_lines) > rcount("https?:\/\/", removed_lines)
)
)