Edit filter configuration

Jump to navigation Jump to search

Differences between versions

ItemVersion from 13:55, 21 December 2013 by Nutty RouxVersion from 15:00, 23 December 2013 by Nutty Roux
Basic information

Description:

(publicly viewable)
Userpage !autoconfirmed external link spam
+
Userpage !autoconfirmed external link anbd line break spam
Notes:
Tested as an alternative to the simpler br filter - this has more false positives - disabling
+
See if we can cut down on the false positives and be more permissive to new users wanting to post links on their user pages. Pattern seems to be two HTML line breaks - test whether this is generally true enough and serves new users better.
Filter conditions
Conditions:
 
(!("autoconfirmed" in user_groups) & (user_editcount <= 1))
 
(!("autoconfirmed" in user_groups) & (user_editcount <= 1))
 
& (action == "edit")
 
& (action == "edit")
 
& ((article_articleid == 0)|(length(added_links) >= 1))
 
& ((article_articleid == 0)|(length(added_links) >= 1))
 +
&("<br><br>" in added_lines)
 
& (article_namespace == 2)
 
& (article_namespace == 2)