Administración del filtro antiabusos

Diferencias entre versiones

ElementoVersión desde 21:49 13 abr 2010 por Magister MathematicaeVersión desde 02:55 28 abr 2010 por Magister Mathematicae
Información básica
Notas:
Importado de enwiki [[en:Special:AbuseFilter/148]] -Sabbut, 13-04-2010
Si el usuario tiene menos de 25 ediciones
 
.. y está creando un artículo
make string comparison case insensitive  —EncMstr
.. en el espacio de nombres principal
 
.. y el usuario es el mismo que el del artículo..
Is there a reason to hide this? The title of the filter makes its purpose and function pretty obvious, after all. --Conti
 
remove whitespace from both user name and article name - will catch User:JohnSmith creating an article "John Smith." - Evil saltine
Optimized -- Shirik 21 Feb 2010
 
Rm spurious & character. - Ruslik
Condiciones de filtro
Condiciones:
user_editcount < 25 &
article_articleid == 0 &
article_articleid == 0 &
user_editcount < 25 &
article_namespace == 0 &
article_namespace == 0 &
lcase(rmwhitespace(user_name)) == lcase(rmwhitespace(article_text))
lcase(rmwhitespace(user_name)) == lcase(rmwhitespace(article_text))