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 11:03, 17 May 2013 by TjonesloVersion from 11:49, 14 November 2013 by Tjoneslo
Basic information
Notes:
A new user creating a new article with external links -> probable spammer,
+
A new (non-anonymous) user creating a new article with external links -> probable spammer,
Filter conditions
Conditions:
 
(user_editcount < 2) &
 
(user_editcount < 2) &
 +
(user_age > 0) &
 
(action=="edit") &
 
(action=="edit") &
 
(old_size==0) &  
 
(old_size==0) &  
 
(article_namespace == 0 | article_namespace == 1) &
 
(article_namespace == 0 | article_namespace == 1) &
 
((count("http://", string(new_wikitext)) >= 1)|
 
((count("http://", string(new_wikitext)) >= 1)|
 
  (count("https://", string(new_wikitext)) >= 1)|  
 
  (count("https://", string(new_wikitext)) >= 1)|  
 
  (count("HTTP://", string(new_wikitext)) >= 1))
 
  (count("HTTP://", string(new_wikitext)) >= 1))