Správa filtra zneužití

Rozdiely medzi verziami

PoložkaVerzia z 21:24, 29. august 2011 od používateľa MercyVerzia z 19:36, 22. apríl 2016 od používateľa Teslaton
Základné informácie
Poznámky:
Přeneseno z en:
Pôvodne podľa https://en.wikipedia.org/wiki/Special:AbuseFilter/80
Repeated addition of external links to articles by new users. Often an indication of spam. Not sure about the right limit/timeframe.  Testing >3 per 20 mins.


Adding refs is generally a good use of external links.
Zmeny:
- 2014-04-22 Teslaton: zjednodušenie, matching http aj https


Fix a bug temporarily -Prodego
Pozn.:
- podmienka !(user_name in article_recent_contributors) je otázna, ak editujúci nevloží spam hneď v prvej úprave, filter to odignoruje
Podmienky filtra
Pravidlá:
!("autoconfirmed" in user_groups) &  
!("autoconfirmed" in user_groups) &  
(article_namespace == 0) &  
(article_namespace == 0) &  
!(user_name in article_recent_contributors) &  
!(user_name in article_recent_contributors) &  
(old_size > 0) &
(old_size > 0) &
(count("http://", string(added_lines)) > count("http://", string(removed_lines))) &
(rcount("https?://", added_lines) > rcount("https?://", removed_lines)) &
!(count("<ref", string(added_lines)) > count("<ref", string(removed_lines)))
!(count("<ref", added_lines) > count("<ref", removed_lines))