Difference between revisions of "Spam blacklist"

From Amiga Coding
Jump to: navigation, search
(added more domains to blacklist)
Line 14: Line 14:
 
\besecuritys\.com\b
 
\besecuritys\.com\b
 
\blehmanbrotherbankruptcy\.com\b
 
\blehmanbrotherbankruptcy\.com\b
 +
\btowncommons\.com\b
 
#</pre> <!-- leave this line exactly as it is -->
 
#</pre> <!-- leave this line exactly as it is -->

Revision as of 20:51, 27 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
\btowncommons\.com\b
#