Aus EnzyklopAtys
Zurück zum Filtereditor | Zurück zur Versionsgeschichte des Filters
Unterschied zwischen Versionen
| Element | Version vom 12:13, 16. Apr. 2012 von SirCotare | Version vom 12:33, 16. Apr. 2012 von SirCotare |
Beschreibung:
- (öffentlich sichtbar)
|
|
|
| | Link spamming | | Link spamming |
|
| Flags: | |
| Notizen: |
|
|
| | 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 |
|
| Bedingungen: |
|
|
| | !("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))) & | | (count("http://", string(added_lines)) > count("http://", string(removed_lines))) & |
| | !(count("<ref", string(added_lines)) > count("<ref", string(removed_lines))) | | !(count("<ref", string(added_lines)) > count("<ref", string(removed_lines))) |
|
| Bei Treffer auszuführende Aktionen |
|
|
| | Markierung: possible link spam | | Markierung: possible link spam |
| − | Drosseln: new; 3,1200; user,ip | + | Drosseln: 6; 3,1200; user,ip |
| − | Warnen: abusefilter-warning-link-spam | + | Warnen: abusefilter-warning |
|