You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/07/31 14:30:41 UTC

svn commit: r561310 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Tue Jul 31 05:30:40 2007
New Revision: 561310

URL: http://svn.apache.org/viewvc?view=rev&rev=561310
Log:
avoid an FP on CARD_DIRECT_WWW_ADDRESS

Modified:
    spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Modified: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?view=diff&rev=561310&r1=561309&r2=561310
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Tue Jul 31 05:30:40 2007
@@ -277,5 +277,7 @@
 meta STOX_META_4 (STOX_BOUND_090909_B && STOX_UA)
 meta STOX_META_5 (STOX_BOUND_090909_B && EMPTY_MESSAGE)
 
-body CARD_DIRECT_WWW_ADDRESS    /card's direct www address below while you are connected to the Internet/
+body __CARD_DIRECT_WWW_ADDRESS /card's direct www address below while you are connected to the Internet/
+body __LEGIT_MARLO_CARD /At our Card Pick Up site, enter BOTH the Directory/
+meta CARD_DIRECT_WWW_ADDRESS (__CARD_DIRECT_WWW_ADDRESS && !__LEGIT_MARLO_CARD)