Difference between revisions of "MediaWiki:Spam-blacklist"
(modify, to see if it will match better) |
(prevent any pages that link to .com addresses from being saved -- yes, this is exteme, but we're facing a deluge right now; I'll turn it off in a day or so...) |
||
Line 9: | Line 9: | ||
\.ru/[0123456789]+ | \.ru/[0123456789]+ | ||
+ | \.com | ||
#</pre> <!-- leave this line exactly as it is --> | #</pre> <!-- leave this line exactly as it is --> |
Revision as of 08:14, 2 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]+ \.com #