Управление фильтром злоупотреблений

Материал из ЭнциклопАтис

Перейти к: навигация, поиск

Возврат к редактированию фильтра | Вернуться к истории фильтра

Различия между версиями

ЭлементВерсия участника SirCotare от 13:21, 16 апреля 2012Версия участника SirCotare от 13:35, 16 апреля 2012
Основные сведения

Описание:

(общедоступное)
 
No spaces
 
No spaces
Флаги:
 
включённый
 
включённый
Примечания:
 
A long string of letters and/or numbers may be indicative of vandalism. - KoH
 
A long string of letters and/or numbers may be indicative of vandalism. - KoH
  
 
FP: Adding links. - KoH
 
FP: Adding links. - KoH
  
 
Made the string length allowed before tagging longer, as it's catching URLs..  -Versageek
 
Made the string length allowed before tagging longer, as it's catching URLs..  -Versageek
  
 
Hope this check for http is better... - KoH
 
Hope this check for http is better... - KoH
  
 
Also check https. - KoH
 
Also check https. - KoH
  
 
Virtually everything triggering this hits another filter, and this uses a lot of conditions, disabled, consider merging in to 135. -Prodego
 
Virtually everything triggering this hits another filter, and this uses a lot of conditions, disabled, consider merging in to 135. -Prodego
 
-ok -P
 
-ok -P
 
Turn to disallow. -Sole Soul
 
Turn to disallow. -Sole Soul
  
 
I can think of legitimate uses for 50+ character strings. From experience, in a warn-tag filter, a warning already blocks out over 75% of the vandalism. - KoH
 
I can think of legitimate uses for 50+ character strings. From experience, in a warn-tag filter, a warning already blocks out over 75% of the vandalism. - KoH
Условия фильтрации
Условия:
 
!("autoconfirmed" in user_groups) &
 
!("autoconfirmed" in user_groups) &
 
(article_namespace == 0) &
 
(article_namespace == 0) &
 
(added_lines rlike "[a-zA-Z0-9]{50,}") &
 
(added_lines rlike "[a-zA-Z0-9]{50,}") &
 
!(removed_lines rlike "[a-zA-Z0-9]{50,}") &
 
!(removed_lines rlike "[a-zA-Z0-9]{50,}") &
 
!(added_lines rlike "https?://[^ ]*?[a-zA-Z0-9]{50,}")
 
!(added_lines rlike "https?://[^ ]*?[a-zA-Z0-9]{50,}")
Действия, выполняемые при совпадении
Действия, выполняемые при совпадении
 
Метка: nonsense characters
 
Метка: nonsense characters
Предупреждение: abusefilter-warning-nospaces
+
Предупреждение: abusefilter-warning