You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

MediaWiki:Spam-whitelist: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
#  * 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


67.222.17.61
67\.222\.17\.61


artofproblemsolving.com/Forum
\bartofproblemsolving\.com/Forum\b


bing.com
\bbing\.com\b


deviantart.com
\bdeviantart\.com\b


google.com
\bgoogle\.com\b
greylabyrinth.net
\bgreylabyrinth\.net\b


mafiascum.net
\bmafiascum\.net\b
mediawiki.org
\bmediawiki\.org\b
mithmojo.net
\bmithmojo\.net\b


wikipedia.org
\bwikipedia\.org\b


yahoo.com
\byahoo\.com\b
 
####The below is a test####
# \bwarlight\.net\b
###########################


  #</pre> <!-- leave this line exactly as it is -->
  #</pre> <!-- leave this line exactly as it is -->

Revision as of 22:30, 4 June 2011

#

# External URLs matching this list will *not* be blocked even if they would
# have been blocked by blacklist entries.
#
# 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

67\.222\.17\.61

\bartofproblemsolving\.com/Forum\b

\bbing\.com\b

\bdeviantart\.com\b

\bgoogle\.com\b
\bgreylabyrinth\.net\b

\bmafiascum\.net\b
\bmediawiki\.org\b
\bmithmojo\.net\b

\bwikipedia\.org\b

\byahoo\.com\b

 #