You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/09/08 05:49:03 UTC

svn commit: rev 43495 - spamassassin/trunk/t/data/spam

Author: quinlan
Date: Tue Sep  7 20:49:02 2004
New Revision: 43495

Modified:
   spamassassin/trunk/t/data/spam/badmime2.txt
Log:
empty MIME boundary does not work now, but space before = should, so
test that as the bad behavior instead


Modified: spamassassin/trunk/t/data/spam/badmime2.txt
==============================================================================
--- spamassassin/trunk/t/data/spam/badmime2.txt	(original)
+++ spamassassin/trunk/t/data/spam/badmime2.txt	Tue Sep  7 20:49:02 2004
@@ -14,14 +14,14 @@
 MIME-Version: 1.0
 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.1962.2
 Content-Type: multipart/alternative;
-	boundary=""
+	boundary ="foo"
 Message-ID: <2w...@isomedia.com>
 Status: RO
 X-Status: 
 X-Keywords:                 
 X-UID: 19276
 
---
+--foo
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 8bit
 
@@ -29,7 +29,7 @@
    
           
 
---
+--foo
 Content-Type: text/html; charset=us-ascii
 Content-Transfer-Encoding: 8bit
 
@@ -86,4 +86,4 @@
 </body>
 </html>
 
-----
+--foo--