Spam blacklist markup

From MySeattle

#
 

########################################################################
# Spam_blacklist_markup
# - spam markup which is not part of spam URLs or spam domains
# - $threshold = [1-9], mimumum hits sufficient to trigger spam blocking
# - $threshold = 1, as of 17:48 2/23/2006
# Updated PST 17:48 2/23/2006
########################################################################
# LocalSettings.php --> extensions/SpamBlacklist/SpamBlacklistAlt.php
########################################################################
# This is a list of markups which have a very high correlation to spam.  
# Please check the guidelines on the talk page when adding entries. 
# Changes should take effect immediately.  
# Please do not use this list against spam that can be dealt with 
# by user blocking or protection of a small number of pages.
# 
# 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 
#    be added to a string for PCRE processing
# * PCRE input: (regexfrag1|regexfrag2|etc.)
########################################################################
font-size\s*:\s*\.?\d
height\s*:\s*\dpx
visibility\s*:\s*hidden

 #