Přeskočit na obsah

Správa filtrů zneužití

Rozdíly mezi verzemi

PoložkaVerze z 23. 6. 2013, 10:56 od uživatele Matěj SuchánekVerze z 6. 8. 2015, 10:23 od uživatele Matěj Suchánek
Základní informace
Poznámky:
Úpravy
Přeneseno z en:
Přeneseno z en:
----
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.
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.
Adding refs is generally a good use of external links.


Fix a bug temporarily -Prodego
Fix a bug temporarily -Prodego
Podmínky filtru
Podmínky:
!("autoconfirmed" in user_groups) &  
! "autoconfirmed" in user_groups
(article_namespace == 0) &  
& (
!(user_name in article_recent_contributors) &
  article_namespace == 0
(old_size > 0) &
  & (
(count("http://", string(added_lines)) > count("http://", string(removed_lines))) &
    old_size > 0
!(count("<ref", string(added_lines)) > count("<ref", string(removed_lines))) &!
    & (
'{{copyvio' in lcase(added_lines)
      rcount("\bhttps?://", added_lines) > rcount("\bhttps?://", removed_lines)
      & (
        ! ( rcount("<ref\b", added_lines) > rcount("<ref\b", removed_lines) )
        &! '{{copyvio' in lcase(added_lines)
        &! user_name in article_recent_contributors
      )
    )
  )
)