Abuse filter management

From WikiFur, the furry encyclopedia.
Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse Log)
Jump to: navigation, search

Back to filter editor | Back to filter history

Differences between versions

ItemVersion from 03:30, 20 October 2009 by GreenReaperVersion from 19:49, 18 May 2011 by GreenReaper
Basic information

Description:

(publicly viewable)
 
Link spamming by anonymous or recently-registered users
 
Link spamming by anonymous or recently-registered users
Flags:
 
Enabled
 
Enabled
Notes:
 
Warn non-autoconfirmed users adding more than seven external links to an article at once. Those adding references are exempted from the number of external links restriction.
 
Warn non-autoconfirmed users adding more than seven external links to an article at once. Those adding references are exempted from the number of external links restriction.
Filter conditions
Conditions:
 
!("autoconfirmed" in user_groups) &
 
!("autoconfirmed" in user_groups) &
set_var('lc_added_lines',lcase(added_lines)) &
+
(set_var('lc_added_lines',lcase(added_lines)) | true) &
set_var('lc_removed_lines',lcase(removed_lines)) &
+
(set_var('lc_removed_lines',lcase(removed_lines)) | true) &
 
(
 
(
 
   count("http://", lc_added_lines) > count("http://", lc_removed_lines) + 7 &
 
   count("http://", lc_added_lines) > count("http://", lc_removed_lines) + 7 &
 
   !count("<ref", lc_added_lines) > count("<ref", lc_removed_lines)
 
   !count("<ref", lc_added_lines) > count("<ref", lc_removed_lines)
 
)
 
)
Actions taken when matched
Actions taken when matched
 
Tag: linkspam
 
Tag: linkspam
 
Warn: abusefilter-warning
 
Warn: abusefilter-warning

← Older change