MediaWiki:Titleblacklist: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex | # Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex | ||
#.* <newaccountonly> | #.* <newaccountonly> | ||
# Prevent registration of common spambot names. | |||
User:.*[0-9]+.* <newaccountonly|errmsg=Digits are no good.> | |||
User:[A-Z][a-z\-]+[0-9]+ <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
User:[A-Z][A-Z][A-Z][A-Z][a-z\-]+[0-9]+ <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
User:[A-Z][a-z]+[A-Z][a-z]+[A-Z][a-z]+ <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
User:Krakóay.* <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
User:.*(Cash|Online|Loan|Payday|Printer|Antivirus|Phone|Helpline).* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
User:.*turbotax.* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
User:abcdef.* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot.> | |||
[A-Z ]+ [0-9]+ <autoconfirmed|errmsg=This article cannot be created because its title fits the pattern of a spambot-created article.> | |||
User:.{15}.* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot. (Excessively long user names are blocked. Use 15 characters or less.)> | |||
.*(Antivirus|Safety|Security).*Software.* <autoconfirmed> # Spam about malware | |||
.*(Toll Free|Customer|Service|Support|Phone|Helpline|Tech|Technical|Care|Contact|Online|Printer|Router|Antivirus|Troubleshooting|Problem|Internet|Security|Windows|Number|Help|Desk|Problem|Remotely Work).* <autoconfirmed> # Spam about malware | |||
.*[Qq]uick(en|[\s]*[Bb]ooks).* <autoconfirmed> # QuickBooks Indian spam | |||
.*q.u.i.c.k.e.n.* <autoconfirmed> # More Quicken spam | |||
.*([0-9 O:.-]){10}.* <autoconfirmed> # Spam about scam phone numbers | |||
.*p.h.o.n.e.* # More spam about scam phone numbers | |||
.{50}.* <autoconfirmed|errmsg=This page cannot be created because the title is too long. Ask for an admin to create it.> # | |||
.*[*@&=()+\-]{2,}.* # Indian customer support spam - no 2 or more consecutive syntactical symbols | |||
.* <autoconfirmed> # Stop everything |
Revision as of 15:43, 2 December 2024
- This is a disallowed titles list. Titles and usernames that match a regular expression here cannot be created.
- Use "#" for comments.
- This is case-insensitive by default
- Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex
- .* <newaccountonly>
- Prevent registration of common spambot names.
User:.*[0-9]+.* <newaccountonly|errmsg=Digits are no good.> User:[A-Z][a-z\-]+[0-9]+ <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> User:[A-Z][A-Z][A-Z][A-Z][a-z\-]+[0-9]+ <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> User:[A-Z][a-z]+[A-Z][a-z]+[A-Z][a-z]+ <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> User:Krakóay.* <newaccountonly|casesensitive|errmsg=This account cannot be created because its name fits the profile of a spambot.> User:.*(Cash|Online|Loan|Payday|Printer|Antivirus|Phone|Helpline).* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot.> User:.*turbotax.* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot.> User:abcdef.* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot.> [A-Z ]+ [0-9]+ <autoconfirmed|errmsg=This article cannot be created because its title fits the pattern of a spambot-created article.> User:.{15}.* <newaccountonly|errmsg=This account cannot be created because its name fits the profile of a spambot. (Excessively long user names are blocked. Use 15 characters or less.)> .*(Antivirus|Safety|Security).*Software.* <autoconfirmed> # Spam about malware .*(Toll Free|Customer|Service|Support|Phone|Helpline|Tech|Technical|Care|Contact|Online|Printer|Router|Antivirus|Troubleshooting|Problem|Internet|Security|Windows|Number|Help|Desk|Problem|Remotely Work).* <autoconfirmed> # Spam about malware .*[Qq]uick(en|[\s]*[Bb]ooks).* <autoconfirmed> # QuickBooks Indian spam .*q.u.i.c.k.e.n.* <autoconfirmed> # More Quicken spam .*([0-9 O:.-]){10}.* <autoconfirmed> # Spam about scam phone numbers .*p.h.o.n.e.* # More spam about scam phone numbers .{50}.* <autoconfirmed|errmsg=This page cannot be created because the title is too long. Ask for an admin to create it.> # .*[*@&=()+\-]{2,}.* # Indian customer support spam - no 2 or more consecutive syntactical symbols .* <autoconfirmed> # Stop everything