Bharatpedia
Login
Viewing abuse filter 55: Promotional text added by user to draft in own user(-talk) page or in draft namespace
Filter parameters
Filter ID:
55
Description:
(publicly viewable)
Conditions:
user_editcount < 20 & ( equals_to_any(page_namespace, 118, 119) | ( equals_to_any(page_namespace, 2, 3) & contains_any(lcase(new_wikitext) ,"{{user sandbox}}","{{user draft}}") ) ) & ( stringy := ( /* First person */ "(\bour (business|cater|channel|clients?|commitment|company|customers?|employees?|experience|factor(y|ies)|firm|focus|goal|mission|portfolio|products?|professionals?|services?|site|solutions|specialty|staff|team|vision|website))|" + "(we ((are (committed|proud|speciali[sz]ed))|((can )?offer)|pride ourselves|provide|sell|serve|service))|" + "((about|call|email|visit) us\b)|" + "((follow|like) us on)|" + /* Calls to action - see [[Call to action (marketing)]] */ "(download free)|(free download)|" + "(free trial)|(order today)|" + /* Generic PR bullshit */ "((of|for) (businesses|clients|consumers|customers))|" + "(leading (brand|developer|manufacturer|provider))|" + "(enterprise (solutions|systems))|" + "(innovative (designs|solutions))" + "(friendly staff)|(new markets)|(it solutions)|(web services)|(mission statement)|" + "(extra prominent)|(prestigious business)|(targeted at)|(one-stop)|(affordable high-quality)|(integrated systems)|" + "(employs over)|(full integration)|(customer satisfaction)|(cutting costs)|" + /* Frequently spammed */ "blockchain|cryptocurrency|(erc-20)|(initial coin offering)|" + /* See [[WP:GS/Crypto]] */ /* INDEXing pages */ "__index__|\{\{\s*index\s*(?:\}\}|\|)"); (lcase(added_lines) rlike stringy & !lcase(removed_lines) rlike stringy) )
user_editcount < 20 & ( equals_to_any(page_namespace, 118, 119) | ( equals_to_any(page_namespace, 2, 3) & contains_any(lcase(new_wikitext) ,"{{user sandbox}}","{{user draft}}") ) ) & ( stringy := ( /* First person */ "(\bour (business|cater|channel|clients?|commitment|company|customers?|employees?|experience|factor(y|ies)|firm|focus|goal|mission|portfolio|products?|professionals?|services?|site|solutions|specialty|staff|team|vision|website))|" + "(we ((are (committed|proud|speciali[sz]ed))|((can )?offer)|pride ourselves|provide|sell|serve|service))|" + "((about|call|email|visit) us\b)|" + "((follow|like) us on)|" + /* Calls to action - see [[Call to action (marketing)]] */ "(download free)|(free download)|" + "(free trial)|(order today)|" + /* Generic PR bullshit */ "((of|for) (businesses|clients|consumers|customers))|" + "(leading (brand|developer|manufacturer|provider))|" + "(enterprise (solutions|systems))|" + "(innovative (designs|solutions))" + "(friendly staff)|(new markets)|(it solutions)|(web services)|(mission statement)|" + "(extra prominent)|(prestigious business)|(targeted at)|(one-stop)|(affordable high-quality)|(integrated systems)|" + "(employs over)|(full integration)|(customer satisfaction)|(cutting costs)|" + /* Frequently spammed */ "blockchain|cryptocurrency|(erc-20)|(initial coin offering)|" + /* See [[WP:GS/Crypto]] */ /* INDEXing pages */ "__index__|\{\{\s*index\s*(?:\}\}|\|)"); (lcase(added_lines) rlike stringy & !lcase(removed_lines) rlike stringy) )
Notes:
Split from Edit Filter 354 Additions to 354: * Also testing draft namespace for overly promotional material * Testing userspace articles which are marked as a draft * here back-including the edits to another users talkpage with promotional texts, may give some false-positives but will increase speed * Fix error * swap two terms, might increase the speed Checking to make sure that the text was actually added, not remaining text from previous edits. Od Mishehu making public, per discussion. RF 20150806 Flag INDEXing of draft and/or sandbox material. -- MER-C (20180324) Split for readability and added a few search terms. -- MER-C (20181125) Fix bug reported by [[User:Nullzero]]. Arithmetic is floating point, so 119 / 2 == 59.5, etc. --Suffusion of Yellow 02:13 8 Nov 2019
Flags:
Hide details of this filter from public view
Enable this filter
I understand that details of this filter will be hidden from users who cannot see [https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:AbuseFilter/Rules_format#Protected_variables protected variables]
Mark as deleted
Filter last modified:
19:17, 27 September 2021
by
WikiDwarf
(
talk
|
contribs
)
History:
View this filter's history
Tools:
Export this filter to another wiki
{"data":{"rules":"user_editcount \u003C 20 \u0026\r\n(\r\n equals_to_any(page_namespace, 118, 119) |\r\n (\r\n equals_to_any(page_namespace, 2, 3) \u0026 \r\n contains_any(lcase(new_wikitext) ,\"{{user sandbox}}\",\"{{user draft}}\")\r\n )\r\n) \u0026 (\r\n stringy := (\r\n \r\n /* First person */\r\n \"(\\bour (business|cater|channel|clients?|commitment|company|customers?|employees?|experience|factor(y|ies)|firm|focus|goal|mission|portfolio|products?|professionals?|services?|site|solutions|specialty|staff|team|vision|website))|\" +\r\n \"(we ((are (committed|proud|speciali[sz]ed))|((can )?offer)|pride ourselves|provide|sell|serve|service))|\" +\r\n \"((about|call|email|visit) us\\b)|\" +\r\n \"((follow|like) us on)|\" +\r\n \r\n /* Calls to action - see [[Call to action (marketing)]] */\r\n \"(download free)|(free download)|\" +\r\n \"(free trial)|(order today)|\" +\r\n \r\n /* Generic PR bullshit */\r\n \"((of|for) (businesses|clients|consumers|customers))|\" +\r\n \"(leading (brand|developer|manufacturer|provider))|\" +\r\n \"(enterprise (solutions|systems))|\" +\r\n \"(innovative (designs|solutions))\" +\r\n \"(friendly staff)|(new markets)|(it solutions)|(web services)|(mission statement)|\" +\r\n \"(extra prominent)|(prestigious business)|(targeted at)|(one-stop)|(affordable high-quality)|(integrated systems)|\" +\r\n \"(employs over)|(full integration)|(customer satisfaction)|(cutting costs)|\" +\r\n\r\n /* Frequently spammed */\r\n \"blockchain|cryptocurrency|(erc-20)|(initial coin offering)|\" + /* See [[WP:GS/Crypto]] */\r\n \r\n /* INDEXing pages */\r\n \"__index__|\\{\\{\\s*index\\s*(?:\\}\\}|\\|)\");\r\n\r\n (lcase(added_lines) rlike stringy \u0026 !lcase(removed_lines) rlike stringy)\r\n)","name":"Promotional text added by user to draft in own user(-talk) page or in draft namespace","comments":"Split from Edit Filter 354\r\n\r\nAdditions to 354: \r\n* Also testing draft namespace for overly promotional material\r\n* Testing userspace articles which are marked as a draft\r\n* here back-including the edits to another users talkpage with promotional texts, may give some false-positives but will increase speed\r\n* Fix error\r\n* swap two terms, might increase the speed\r\n\r\nChecking to make sure that the text was actually added, not remaining text from previous edits. Od Mishehu\r\nmaking public, per discussion. RF 20150806\r\n\r\nFlag INDEXing of draft and/or sandbox material. -- MER-C (20180324)\r\nSplit for readability and added a few search terms. -- MER-C (20181125)\r\n\r\nFix bug reported by [[User:Nullzero]]. Arithmetic is floating point, so 119 / 2 == 59.5, etc. --Suffusion of Yellow 02:13 8 Nov 2019","group":"default","actions":{"tag":["Possible self promotion in user or draftspace"]},"enabled":true,"deleted":false,"privacylevel":0,"global":false},"actions":{"tag":["Possible self promotion in user or draftspace"]}}
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
Block the user and/or IP address from editing
Block the user and/or IP address from editing their own talk page
Block duration for non-registered users:
2 hours
1 day
3 days
1 week
2 weeks
1 month
3 months
6 months
1 year
indefinite
Block duration for registered users:
2 hours
1 day
3 days
1 week
2 weeks
1 month
3 months
6 months
1 year
indefinite
Tag the edit for further review
Tags
to apply:
Possible self promotion in user or draftspace
Search results
Recently viewed
Clear
Suggested
Random article
Trending articles
Bharatpedia
Main page
Contents
Current events
Random article
About
Contact us
Help
Contribute
Community portal
Recent changes
Create article
Upload file
Donate
FAQ
Printable version
Not logged in
Please sign up or log in to edit Bharatpedia.
Talk
Alt N
Contributions
Alt Y
Create account
Log in