Difference between revisions of "MediaWiki:Spam-blacklist"
(add [.]ru/[01234567890]+/wiki (hoping to block the spam attacks we've been geting)) |
(modify, to see if it will match better) |
||
Line 3: | Line 3: | ||
# For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist | # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist | ||
#<!-- leave this line exactly as it is --> <pre> | #<!-- leave this line exactly as it is --> <pre> | ||
− | # | + | # |
# Syntax is as follows: | # Syntax is as follows: | ||
# * Everything from a "#" character to the end of the line is a comment | # * Everything from a "#" character to the end of the line is a comment | ||
# * Every non-blank line is a regex fragment which will only match hosts inside URLs | # * Every non-blank line is a regex fragment which will only match hosts inside URLs | ||
− | + | \.ru/[0123456789]+ | |
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Revision as of 04:45, 1 July 2009
# External URLs matching this list will be blocked when added to a page. # This list affects only this wiki; refer also to the global blacklist. # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist
#
# # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line is a regex fragment which will only match hosts inside URLs \.ru/[0123456789]+ #