Difference between revisions of "Spam blacklist"

From Amiga Coding
Jump to: navigation, search
(Created page with " ########################################################################### # DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDING OF REGEX! # #######################...")
 
(added more domains to blacklist)
Line 9: Line 9:
 
\bfindthisall\.com\b
 
\bfindthisall\.com\b
 
\bgottacatch\.com\b
 
\bgottacatch\.com\b
 +
\bbestsmartfind\.com\b
 +
\bbanansearch\.com\b
 +
\bmyglobaldirs\.com\b
 +
\besecuritys\.com\b
 +
\blehmanbrotherbankruptcy\.com\b
 
#</pre> <!-- leave this line exactly as it is -->
 
#</pre> <!-- leave this line exactly as it is -->

Revision as of 07:52, 24 May 2011

###########################################################################
# DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDING OF REGEX! #
###########################################################################
#
 
 # 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

\bfindthisall\.com\b
\bgottacatch\.com\b
\bbestsmartfind\.com\b
\bbanansearch\.com\b
\bmyglobaldirs\.com\b
\besecuritys\.com\b
\blehmanbrotherbankruptcy\.com\b
#