Help
Viewing abuse filter 34: Personal attacks by unregistered or new user
Abuse Filter navigation
(
Home
|
Recent filter changes
|
Examine past edits
|
Abuse log
)
Editing filter 34
Jump to navigation
Jump to search
Filter parameters
Filter ID:
34
Description:
(publicly viewable)
Filter group:
Default
flow
Statistics:
Of the last 396,119 actions, this filter has matched 0 (0%). On average, its run time is 0.1 ms, and it consumes 0.9 conditions of the condition limit.
Conditions:
(
documentation
)
(
condition usage
)
!("autoconfirmed" in USER_GROUPS) & (!("user" in USER_GROUPS) | edit_delta > 5000) & (lcase(added_lines) rlike "\b(?<!it)(is|\'s|are|\'re|u\s*r\b)\s+(a|an|)\s*(fuck(ing|)|(u|ü)ber|ultra|very|)[ -]*((ass|arse)(hole|)\b|bastard|cock(sucker|s|)\b|cunt|d(1|i)ck|douche|fag|ghey|loser|kike|(mother|)fuck(er|face)|nigg(er|a)|pa?edo(phile|)|prick|(re|fuck)tard|shit|slut|tosser|twat|wanker|whore|bitch|cabr[óo]n|culo|gay|idiot|moron|pendejo|penis\b|put[oa]|卐|卍|hitler|nazi|\bpička\b)") & !(lcase(old_wikitext) rlike "\b(?<!it)(is|\'s|are|\'re|u\s*r\b)\s+(a|an|)\s*(fuck(ing|)|(u|ü)ber|ultra|very|)[ -]*((ass|arse)(hole|)\b|bastard|cock(sucker|s|)\b|cunt|d[1i]ck|douche|fag|ghey|loser|kike|(mother|)fuck(er|face)|nigg(er|a)|pa?edo(phile|)|prick|(re|fuck)tard|shit|slut|hurensohn|arschloch|wixer|tosser|twat|wanker|whore|bitch|cabr[óo]n|culo|gay|idiot|moron|pendejo|penis\b|put[oa]|卐|卍|hitler|nazi|pička)")
!("autoconfirmed" in USER_GROUPS) & (!("user" in USER_GROUPS) | edit_delta > 5000) & (lcase(added_lines) rlike "\b(?<!it)(is|\'s|are|\'re|u\s*r\b)\s+(a|an|)\s*(fuck(ing|)|(u|ü)ber|ultra|very|)[ -]*((ass|arse)(hole|)\b|bastard|cock(sucker|s|)\b|cunt|d(1|i)ck|douche|fag|ghey|loser|kike|(mother|)fuck(er|face)|nigg(er|a)|pa?edo(phile|)|prick|(re|fuck)tard|shit|slut|tosser|twat|wanker|whore|bitch|cabr[óo]n|culo|gay|idiot|moron|pendejo|penis\b|put[oa]|卐|卍|hitler|nazi|\bpička\b)") & !(lcase(old_wikitext) rlike "\b(?<!it)(is|\'s|are|\'re|u\s*r\b)\s+(a|an|)\s*(fuck(ing|)|(u|ü)ber|ultra|very|)[ -]*((ass|arse)(hole|)\b|bastard|cock(sucker|s|)\b|cunt|d[1i]ck|douche|fag|ghey|loser|kike|(mother|)fuck(er|face)|nigg(er|a)|pa?edo(phile|)|prick|(re|fuck)tard|shit|slut|hurensohn|arschloch|wixer|tosser|twat|wanker|whore|bitch|cabr[óo]n|culo|gay|idiot|moron|pendejo|penis\b|put[oa]|卐|卍|hitler|nazi|pička)")
Notes:
/* [[:en:Special:AbuseFilter/9]] - Generated: 2009-03-30 09:39:11 UTC */ Checking the regex against the old_wikitext seems to worked, false positives are more rare and fixable now. Shouldn't only be restricted on galleries, hopefully we get a few more positives then. --The Evil IP address Actually, no reason to restrict this on a few namespaces only. Personal attacks are welcome in no namespace. --The Evil IP address Simplify logic ((A & B) | !A) to (!A | B), some regex simplifcation --Guanaco 16 Nov 2017 added 'pička', ongoing vandalism from 212.200.0.0/16 --Achim55 2024-06-22
Flags:
Hide details of this filter from public view
Enable this filter
Enable the use of [https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:AbuseFilter/Rules_format#Protected_variables protected variables] in this filter
Mark as deleted
Filter last modified:
15:21, 22 June 2024
by
Achim55
(
talk
|
contribs
)
History:
View this filter's history
Tools:
Export this filter to another wiki
{"data":{"rules":"!(\"autoconfirmed\" in USER_GROUPS) \u0026 (!(\"user\" in USER_GROUPS) | edit_delta \u003E 5000) \u0026 \r\n(lcase(added_lines) rlike \"\\b(?\u003C!it)(is|\\'s|are|\\'re|u\\s*r\\b)\\s+(a|an|)\\s*(fuck(ing|)|(u|\u00fc)ber|ultra|very|)[ -]*((ass|arse)(hole|)\\b|bastard|cock(sucker|s|)\\b|cunt|d(1|i)ck|douche|fag|ghey|loser|kike|(mother|)fuck(er|face)|nigg(er|a)|pa?edo(phile|)|prick|(re|fuck)tard|shit|slut|tosser|twat|wanker|whore|bitch|cabr[\u00f3o]n|culo|gay|idiot|moron|pendejo|penis\\b|put[oa]|\u5350|\u534d|hitler|nazi|\\bpi\u010dka\\b)\")\r\n\u0026 !(lcase(old_wikitext) rlike \"\\b(?\u003C!it)(is|\\'s|are|\\'re|u\\s*r\\b)\\s+(a|an|)\\s*(fuck(ing|)|(u|\u00fc)ber|ultra|very|)[ -]*((ass|arse)(hole|)\\b|bastard|cock(sucker|s|)\\b|cunt|d[1i]ck|douche|fag|ghey|loser|kike|(mother|)fuck(er|face)|nigg(er|a)|pa?edo(phile|)|prick|(re|fuck)tard|shit|slut|hurensohn|arschloch|wixer|tosser|twat|wanker|whore|bitch|cabr[\u00f3o]n|culo|gay|idiot|moron|pendejo|penis\\b|put[oa]|\u5350|\u534d|hitler|nazi|pi\u010dka)\")","name":"Personal attacks by unregistered or new user","comments":"/* [[:en:Special:AbuseFilter/9]] - Generated: 2009-03-30 09:39:11 UTC */\r\n\r\nChecking the regex against the old_wikitext seems to worked, false positives are more rare and fixable now.\r\n\r\n\r\nShouldn't only be restricted on galleries, hopefully we get a few more positives then. --The Evil IP address\r\n\r\nActually, no reason to restrict this on a few namespaces only. Personal attacks are welcome in no namespace. --The Evil IP address\r\n\r\nSimplify logic ((A \u0026 B) | !A) to (!A | B), some regex simplifcation --Guanaco 16 Nov 2017\r\n\r\nadded 'pi\u010dka', ongoing vandalism from 212.200.0.0/16 --Achim55 2024-06-22","group":"default","actions":{"warn":["abusefilter-warning"]},"enabled":true,"deleted":false,"privacylevel":0,"global":false},"actions":{"warn":["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:
user
See
the documentation on mediawiki.org
.
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:
Require the user to complete a CAPTCHA in order to proceed with the action. Users with permission to skip a CAPTCHA are exempt.
Navigation menu
Personal tools
English
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Special page
English
Views
More
Search
Navigate
Main page
Welcome
Community portal
Village pump
Help center
Participate
Upload file
Recent changes
Latest files
Random file
Contact us
Tools
Special pages
Printable version
Get shortened URL
Download QR code
In other projects