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 09:09, 21 October 2024 by Elevator1512Version from 15:31, 22 October 2024 by Elevator1512
Basic information
Notes:
June 25, 2024: New filter designed to check for http or https links by new users
June 25, 2024: New filter designed to check for http or https links by new users


Update June 26, 2024: Checking for existing pages only as Filter 4 already covers existing ones
Update June 26, 2024: Checking for existing pages only as Filter 4 already covers existing ones


Update October 21, 2024: Optimizing to check for new accounts creating pages with external links in mainspace
Update October 21, 2024: Optimizing to check for new accounts creating pages with external links in mainspace
Update October 22, 2024: Checking for new accounts adding links, not IP as Filter 4 already covers that
Filter conditions
Conditions:
(
(
user_age < 3600 & page_age != 0
user_age < 3600 & page_age != 0
|
|
user_age < 360 & page_age == 0 & page_namespace == 0
user_age > 0 & user_age < 900 & 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)
)
)