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! # #######################...")
(No difference)

Revision as of 07:30, 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
#