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 18:04, 17 January 2025 by Elevator1512Version from 08:19, 18 January 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:281:2160:0:0:0:0/64")
!ip_in_range(user_name, "2601:983:281:2160:0:0:0:0/64")
&
&
!ip_in_range(user_name, "73.101.189.162")
!ip_in_range(user_name, "73.101.189.162")
&
&
!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 < 86400 & user_editcount < 6 & page_age == 0 & (page_namespace == 1))
(user_age > 0 & user_age < 86400 & user_editcount < 6 & page_age == 0 & (page_namespace == 2))
) & (
) & (
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)
)
)