My spam blacklist: Difference between revisions
Jump to navigation
Jump to search
John Stanton (talk | contribs) New page: #<!-- leave this line exactly as it is --> <pre> ########################################################################### # DO NOT MODIFY THIS LIST UNLESS YOU HAVE A BASIC UNDERSTANDI... |
John Stanton (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
########################################################################### | ########################################################################### | ||
# | # | ||
# This is a list of domain names which are considered spam. | # This is a list of words and domain names which are considered spam. | ||
# Guidelines: | # Guidelines: | ||
# - Only blacklist for widespread, unmanageable spam. | # - Only blacklist for widespread, unmanageable spam. | ||
Line 14: | Line 14: | ||
# - 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 | ||
\myspamtest\.com | |||
#</pre> | |||
Latest revision as of 08: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 #