Difference between revisions of "MediaWiki:Titleblacklist"

From Sugar Labs
Jump to navigation Jump to search
(recent spam has included letters as well as digits in first word)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
# This is a title blacklist. Titles and users that match a regular expression here cannot be created.
 
# This is a title blacklist. Titles and users that match a regular expression here cannot be created.
 
# Use "#" for comments.
 
# Use "#" for comments.
# This is case insensitive by default
+
# This is case insensitive by default.
 +
 
 +
# This page documents our use of [[mediawikiwiki:Extension:Title_Blacklist]].
 +
# See also [[wikipedia:MediaWiki:Titleblacklist]].
 +
 
  
 
.*index\.php.*                      # anti-spambot
 
.*index\.php.*                      # anti-spambot
 +
# anti-spambot (copied from [[mediawikiwiki:MediaWiki:Titleblacklist]].)
 +
 +
 +
.*\sbuy\s.* <newaccountonly>    # "1a buy aaaaaa" new user page spam
 +
# "NNN buy aaaaaa" new user page spam (copied from http://lists.wikimedia.org/pipermail/mediawiki-l/2009-July/031562.html.)
 +
# "1a buy aaaaaa" spammers are using letters as well as numbers in the first word. --[[User:FGrose|FGrose]] 19:11, 4 September 2009 (UTC)
 +
  
\.*\sbuy\s.* <newaccountonly>    # "1a buy aaaaaa" new user page spam
+
.*\sdownload    <newaccountonly>    # "something download" new user page spam
 +
# "something for download" spammers have recently started this pattern as well. --[[User:FGrose|FGrose]] 19:45, 4 September 2009 (UTC)
 +
# check users list, sorted, last, http://wiki.sugarlabs.org/index.php?title=Special:ListUsers&dir=prev&creationSort=1

Latest revision as of 22:30, 5 September 2009

  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. This page documents our use of mediawikiwiki:Extension:Title_Blacklist.
  2. See also wikipedia:MediaWiki:Titleblacklist.


.*index\.php.* # anti-spambot

  1. anti-spambot (copied from mediawikiwiki:MediaWiki:Titleblacklist.)


.*\sbuy\s.* <newaccountonly> # "1a buy aaaaaa" new user page spam

  1. "NNN buy aaaaaa" new user page spam (copied from http://lists.wikimedia.org/pipermail/mediawiki-l/2009-July/031562.html.)
  2. "1a buy aaaaaa" spammers are using letters as well as numbers in the first word. --FGrose 19:11, 4 September 2009 (UTC)


.*\sdownload <newaccountonly> # "something download" new user page spam

  1. "something for download" spammers have recently started this pattern as well. --FGrose 19:45, 4 September 2009 (UTC)
  2. check users list, sorted, last, http://wiki.sugarlabs.org/index.php?title=Special:ListUsers&dir=prev&creationSort=1