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 2004/02/18 23:02:47 UTC

svn commit: rev 6725 - incubator/spamassassin/trunk/rules

Author: jm
Date: Wed Feb 18 14:02:45 2004
New Revision: 6725

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
bonus-space-in-Received line rule spotted last week

Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Wed Feb 18 14:02:45 2004
@@ -625,6 +625,10 @@
 body T_HTML_TAG_BALANCE_DIV_1	eval:html_tag_balance('div', '!= 0')
 describe T_HTML_TAG_BALANCE_DIV_1	HTML has unbalanced "font" tags
 
+########################################################################
+
+header T_RCVD_BONUS_SPC_DATE	Received =~ /with SMTP;  \d\d \S\S\S /
+
 body T_HTML_TAG_BALANCE_DIV_2	eval:html_tag_balance('div', '> 0')
 describe T_HTML_TAG_BALANCE_DIV_2	HTML is missing "div" tags