Difference between revisions of "MediaWiki:Titleblacklist"

From AMule Project FAQ
Jump to: navigation, search
(Formatting)
m (silly wiki :-()
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
  # This is case insensitive by default  
 
  # This is case insensitive by default  
  
[\d\d\d] buy.* #Disallow creation of spam users with names like "803 buy ''something''"
+
.* buy.* #Disallow creation of spam users with names like "803 buy ''something''"
 +
 
 +
.*http:.* #No URLs in titles

Latest revision as of 22:14, 30 August 2009

# 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 

.* buy.* #Disallow creation of spam users with names like "803 buy something"

.*http:.* #No URLs in titles