You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/03/06 08:06:23 UTC

svn commit: r156295 - spamassassin/trunk/rules/70_testing.cf

Author: felicity
Date: Sat Mar  5 23:06:20 2005
New Revision: 156295

URL: http://svn.apache.org/viewcvs?view=rev&rev=156295
Log:
T_MISSING_MIME_HB_SEP is a body rule, not a header rule

Modified:
    spamassassin/trunk/rules/70_testing.cf

Modified: spamassassin/trunk/rules/70_testing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/70_testing.cf?view=diff&r1=156294&r2=156295
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf (original)
+++ spamassassin/trunk/rules/70_testing.cf Sat Mar  5 23:06:20 2005
@@ -105,7 +105,7 @@
 # not expecting any hits on this (yet)
 uri T_HIGH_CODEPAGE_URI         /^https?:\/\/[^\/]*\&\#(?:\d{4,}|[3456789]\d\d);/i
 
-header T_MISSING_MIME_HB_SEP	eval:check_msg_parse_flags('missing_mime_head_body_separator')
+body T_MISSING_MIME_HB_SEP	eval:check_msg_parse_flags('missing_mime_head_body_separator')
 describe T_MISSING_MIME_HB_SEP	Missing blank line between MIME header and body
 
 header T_OBSOLETE_WS_FOLDING	eval:check_msg_parse_flags('obsolete_folding_whitespace')