https://bugzilla.wikimedia.org/show_bug.cgi?id=73417

--- Comment #2 from Cenarium <[email protected]> ---
Ok, that wasn't clear. I mean that it should be an abusefilter variable like
article_recent_contributors. Let's call this variable
users_having_recently_hit_the_spamblacklist.

Example filter :

!("autoconfirmed" in user_groups) & 
(article_namespace == 0) & 
(user_name in users_having_recently_hit_the_spamblacklist) & 
(old_size > 0) &
(count("http://";, string(added_lines)) > count("http://";,
string(removed_lines)))

This will detect all users having recently hit the spamblacklist and adding a
new link. Those new links are most often inappropriate as well, or the content
added is problematic.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to