My spam blacklist: Difference between revisions
Jump to navigation
Jump to search
John Stanton (talk | contribs) Replacing page with '50webs' |
John Stanton (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#<!-- leave this line exactly as it is --> <pre> | |||
########################################################################### | |||
# DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDING OF REGEX! # | |||
########################################################################### | |||
# | |||
# This is a list of words and domain names which are considered spam. | |||
# Guidelines: | |||
# - Only blacklist for widespread, unmanageable spam. | |||
# - To disable an entry, *remove* it, don't comment it out. | |||
# - Add entries to [[Spam blacklist/Log]] (and remove them when they're removed here). | |||
# | |||
# Syntax: | |||
# - 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 | |||
\myspamtest\.com | |||
#</pre> |
Latest revision as of 07:59, 29 September 2007
#
########################################################################### # DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDING OF REGEX! # ########################################################################### # # This is a list of words and domain names which are considered spam. # Guidelines: # - Only blacklist for widespread, unmanageable spam. # - To disable an entry, *remove* it, don't comment it out. # - Add entries to [[Spam blacklist/Log]] (and remove them when they're removed here). # # Syntax: # - 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 \myspamtest\.com #