Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/includes/skins/Skin.php at line 1639] in /var/www/html/includes/debug/MWDebug.php on line 386
Jump to content

Abuse filter management

Differences between versions

ItemVersion from 19:48, 21 January 2025 by KostasVersion from 20:32, 21 January 2025 by Kostas
Basic information
Flags:
 
Enabled
Notes:
this is a hacky option
this is a hacky option
Limit major changes to users with more edits
Limit major changes for anon users with few edits
Filter conditions
Conditions:
user_editcount < 30
user_editcount < 5
&((edit_delta > +250) |( edit_delta < -250) )
&((edit_delta > +100) |( edit_delta < -100) )
&(
&(
!(
!(
    'user' in user_groups |
     'bot' in user_groups |
     'bot' in user_groups |
     'sysop' in user_groups |
     'sysop' in user_groups |
     'autoconfirmed' in user_groups
     'autoconfirmed' in user_groups
)
)
)
)