Jump to: navigation, search

Difference between revisions of "MediaWiki:Titleblacklist"

(Created page with "# This is a title blacklist. Titles and users that match a regular expression here cannot be created. # Use "#" for comments. # This is case insensitive by default <!-- leave...")
 
 
(14 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
<!-- leave this line exactly as it is --> <pre>
 
<!-- leave this line exactly as it is --> <pre>
.*(.)\1{10}.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account-invalid> # Disallows eleven or more of the same character repeated in usernames
+
.*(.)\1{5}.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account-invalid> # Disallows five or more of the same character repeated in usernames
 +
.*number.* <noedit> # extreme blocking for the word number in the title
 +
.*\p{So}.* <noedit> # no symbols
 +
.*1800.* <noedit> # suspected number spam
 +
.*webroot.* <noedit> # suspected number spam
 +
.*Quickbook.* <noedit> #suspected spam
 +
.*\d{3}-\d{4}.* <noedit> #suspected spam
 +
.*dr\.?[\s].* <noedit> #suspected spam
 +
.*Nelms.* <noedit> #suspected spam
 +
.*Belsky.* <noedit> #suspected spam

Latest revision as of 19:07, 28 July 2017

  1. This is a title blacklist. Titles and users that match a regular expression here cannot be created.
  2. Use "#" for comments.
  3. This is case insensitive by default
.*(.)\1{5}.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account-invalid> # Disallows five or more of the same character repeated in usernames
.*number.* <noedit> # extreme blocking for the word number in the title
.*\p{So}.* <noedit> # no symbols
.*1800.* <noedit> # suspected number spam
.*webroot.* <noedit> # suspected number spam
.*Quickbook.* <noedit> #suspected spam
.*\d{3}-\d{4}.* <noedit> #suspected spam
.*dr\.?[\s].* <noedit> #suspected spam
.*Nelms.* <noedit> #suspected spam
.*Belsky.* <noedit> #suspected spam