Help
Editing filter
Edit Filter navigation
(
Home
|
Recent filter changes
|
Examine past edits
|
Edit Filter Log
)
Editing filter 39 (see also a
graph
of recent actions)
Jump to navigation
Jump to search
Filter parameters
Filter ID:
39
Description:
(publicly viewable)
Filter hits:
149,446 hits
Statistics:
Of the last 8,744 actions, this filter has matched 3 (0.03%). On average, its run time is 0.14 ms, and it consumes 2 conditions of the condition limit.
Conditions:
(
documentation
)
!("confirmed" in user_groups) & page_namespace == 0 & page_title irlike "(school|college|academy$|university)" & ( stringy:= "(pa?edo(ph|f)il|fired\b|sacked|expelled|drugs|\blove[drs\b]|little\sboys? |molest|\babuse|predat(e|o)r|\brap(e|ing|ist)|ha(ve|ving|s|d)\ssex|sex\swith|\bporn|pe+a*n+(i+u*s|1+5)|\b[kc]unt|\btwat|bitch|sl(ut|ag)|prostitut|st(u|oo+)pid|awesome|coo+lest kid|whore|\bfu(ck|kc)|pimp|fag+(ot)?\b|brothel|\bgays|(is|are)\sgay|\(gay\)|\bwank|(dick|cock)[ \-]?(head|face)|\bcocks?\b)|a(rse|ss)hole"; added_lines irlike stringy & !removed_lines irlike stringy & count("<ref", lcase(added_lines)) <= count("<ref", lcase(removed_lines)) )
!("confirmed" in user_groups) & page_namespace == 0 & page_title irlike "(school|college|academy$|university)" & ( stringy:= "(pa?edo(ph|f)il|fired\b|sacked|expelled|drugs|\blove[drs\b]|little\sboys? |molest|\babuse|predat(e|o)r|\brap(e|ing|ist)|ha(ve|ving|s|d)\ssex|sex\swith|\bporn|pe+a*n+(i+u*s|1+5)|\b[kc]unt|\btwat|bitch|sl(ut|ag)|prostitut|st(u|oo+)pid|awesome|coo+lest kid|whore|\bfu(ck|kc)|pimp|fag+(ot)?\b|brothel|\bgays|(is|are)\sgay|\(gay\)|\bwank|(dick|cock)[ \-]?(head|face)|\bcocks?\b)|a(rse|ss)hole"; added_lines irlike stringy & !removed_lines irlike stringy & count("<ref", lcase(added_lines)) <= count("<ref", lcase(removed_lines)) )
Notes:
Problematic content in school articles - one of our biggest sources of complaints, and usually indicative of wider problems (unwatched articles, unattended vandalism, etc). Potentially libelous content may want to be flagged for review and warn about references, while vandalism may result in warnings and/or a block. Just logging for now. Added university - KnightLago remove \bsex, catching some false positives -Prodego added count()'s in it to try to distinguish referenced additions from unreferenced additions. Reversed references logic: now it will flag as long as there is '''not''' a new reference added, as opposed to '''only''' when a new reference is added. Also restricted to NS0 (the article namespace). Marking hidden, as vandals don't need to know which words we're filtering on --ABCD unlikely to be done except by new users, this addition should also significantly help performance time - Hersfold made filter public again - these edits are generally made by really unsophisticated editors who barely know how to edit a page. --zzuuzz this filter needs adjusting - several false positives. - Rjd0060 adjusted. --zzuuzz added tag "possible libel or vandalism" - Cen Added "fuck" and "whore". - Ruslik Added looser, awesome, coolest kid, peanus, and made some work with repeating characters (ppeeeennnniiiiss) --Tim Fix false positive - Tim Make so that only words that don't exist in old version are matched, made abuse \babuse because of FP "syllabuses" -- Tim removed the old_content check; missing too much existing vandalism and BLP problems. --zzuuzz Doesn't hurt to warn. - KoH Change to confirmed in user groups to include the confirmed user right. - Callanecc 25 Sep 14 Format. -DF Small tweaks. RF 2015-02-18 tweak to igonre cases where the problematic words were already present, per false positive. Od Mishehu Add `a(rse|ss)hole` per request and after testing --TNT 25/5/2017 changed title check to academy$ - should better target schools and not film awards. --zz
Flags:
Hide details of this filter from public view
Enable this filter
Mark as deleted
Filter last modified:
20:34, 20 October 2018
by
Zzuuzz
(
talk
|
contribs
)
History:
View this filter's history
Tools:
Export this filter to another wiki
{"row":{"af_id":"39","af_pattern":"!(\"confirmed\" in user_groups) \u0026\r\npage_namespace == 0 \u0026\r\npage_title irlike \"(school|college|academy$|university)\" \u0026 (\r\n stringy:= \"(pa?edo(ph|f)il|fired\\b|sacked|expelled|drugs|\\blove[drs\\b]|little\\sboys? |molest|\\babuse|predat(e|o)r|\\brap(e|ing|ist)|ha(ve|ving|s|d)\\ssex|sex\\swith|\\bporn|pe+a*n+(i+u*s|1+5)|\\b[kc]unt|\\btwat|bitch|sl(ut|ag)|prostitut|st(u|oo+)pid|awesome|coo+lest kid|whore|\\bfu(ck|kc)|pimp|fag+(ot)?\\b|brothel|\\bgays|(is|are)\\sgay|\\(gay\\)|\\bwank|(dick|cock)[ \\-]?(head|face)|\\bcocks?\\b)|a(rse|ss)hole\";\r\n\r\n added_lines irlike stringy \u0026 !removed_lines irlike stringy \u0026\r\n count(\"\u003Cref\", lcase(added_lines)) \u003C= count(\"\u003Cref\", lcase(removed_lines))\r\n)","af_user":"365454","af_user_text":"Zzuuzz","af_timestamp":"20181020203444","af_enabled":"1","af_comments":"Problematic content in school articles - one of our biggest sources of complaints, and usually indicative of wider problems (unwatched articles, unattended vandalism, etc). Potentially libelous content may want to be flagged for review and warn about references, while vandalism may result in warnings and/or a block.\r\nJust logging for now.\r\n\r\nAdded university - KnightLago\r\n\r\nremove \\bsex, catching some false positives -Prodego\r\n\r\nadded count()'s in it to try to distinguish referenced additions from unreferenced additions.\r\n\r\nReversed references logic: now it will flag as long as there is '''not''' a new reference added, as opposed to '''only''' when a new reference is added. Also restricted to NS0 (the article namespace). Marking hidden, as vandals don't need to know which words we're filtering on --ABCD\r\n\r\nunlikely to be done except by new users, this addition should also significantly help performance time - Hersfold\r\n\r\nmade filter public again - these edits are generally made by really unsophisticated editors who barely know how to edit a page. --zzuuzz\r\n\r\nthis filter needs adjusting - several false positives. - Rjd0060\r\n\r\nadjusted. --zzuuzz\r\n\r\nadded tag \"possible libel or vandalism\" - Cen\r\n\r\nAdded \"fuck\" and \"whore\". - Ruslik\r\n\r\nAdded looser, awesome, coolest kid, peanus, and made some work with repeating characters (ppeeeennnniiiiss) --Tim\r\nFix false positive - Tim\r\n\r\nMake so that only words that don't exist in old version are matched, made abuse \\babuse because of FP \"syllabuses\" -- Tim\r\n\r\nremoved the old_content check; missing too much existing vandalism and BLP problems. --zzuuzz\r\n\r\nDoesn't hurt to warn. - KoH\r\n\r\nChange to confirmed in user groups to include the confirmed user right. - Callanecc 25 Sep 14\r\n\r\nFormat. -DF\r\nSmall tweaks. RF 2015-02-18\r\n\r\ntweak to igonre cases where the problematic words were already present, per false positive. Od Mishehu\r\n\r\nAdd `a(rse|ss)hole` per request and after testing --TNT 25/5/2017\r\n\r\nchanged title check to academy$ - should better target schools and not film awards. --zz","af_public_comments":"School libel and vandalism","af_hidden":"0","af_hit_count":"149446","af_throttled":"0","af_deleted":"0","af_actions":"warn,tag","af_global":"0","af_group":"default"},"actions":{"tag":{"action":"tag","parameters":["possible libel or vandalism"]},"warn":{"action":"warn","parameters":["abusefilter-warning"]}}}
Actions to take when matched
Trigger actions only if the user trips a rate limit
Number of actions to allow:
Period of time (in seconds):
Group throttle by:
IP address
User account
/16 range
Date of account creation
Edit count
The whole site
Page
Trigger these actions after giving the user a warning
System message to use for warning:
abusefilter-warning
Other message
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Prevent the user from performing the action in question
System message to use for disallowing:
abusefilter-disallowed
Other message
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Revoke the user's autoconfirmed status
Tag the edit in contributions lists and page histories
Tags to apply:
(see
Wikipedia:Tags
for use and formatting)
(please don't rename a tag here, see link above)
(one per line, no commas, publicly visible)
possible libel or vandalism
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Special page
Variants
Views
More
Search
Navigation
Main page
Contents
Featured content
Current events
Random article
Donate to Wikipedia
Wikipedia store
Interaction
Help
About Wikipedia
Community portal
Recent changes
Contact page
Tools
Upload file
Special pages
Printable version
Languages