You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2008/01/12 05:59:47 UTC

svn commit: r611365 - /spamassassin/rules/trunk/sandbox/sidney/70_other.cf

Author: sidney
Date: Fri Jan 11 20:59:46 2008
New Revision: 611365

URL: http://svn.apache.org/viewvc?rev=611365&view=rev
Log:
add tests of HG_HORMONE variations to see effectiveness of the different parts of the rule

Modified:
    spamassassin/rules/trunk/sandbox/sidney/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/sidney/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/sidney/70_other.cf?rev=611365&r1=611364&r2=611365&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/sidney/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/sidney/70_other.cf Fri Jan 11 20:59:46 2008
@@ -9,3 +9,6 @@
 # tests to find out how often mail that claims to be OE does and does not have a MUA message ID
 meta T_SIDNEY_OE_WITH_MUA_MSGID (__OE_MUA && !MSGID_FROM_MTA_HEADER)
 meta T_SIDNEY_OE_WITH_MTA_MSGID (__OE_MUA && MSGID_FROM_MTA_HEADER)
+# test HGH rule
+body T_SIDNEY_HG_HORMONE_NO_TLA /\b(?:human growth hormone|H.G.H)\b/i
+body T_SIDNEY_HG_HORMONE_NO_ABBREV /\b(?:human growth hormone)\b/i