Abuse filter management

From 4005
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigationJump to search

Differences between versions

ItemVersion from 06:32, 18 September 2019 by RemosVersion from 07:09, 18 September 2019 by Remos
Basic information
Notes:
 
Should disallow external links and therefore counter spam from registered user. Works in following way:
 
Should disallow external links and therefore counter spam from registered user. Works in following way:
  
Check if there was an edit. If yes, check if there were any external links added. If yes, disallow.
+
Check if there was an edit and it was not done by an administrator. If yes, check if there were any external links added. If yes, disallow.
Filter conditions
Conditions:
 +
!("sysop" in user_groups) &
 
action == "edit" &
 
action == "edit" &
all_links
+
length(all_links) >= 1