head	1.1;
access;
symbols
	TIGRIS_1_0_8_1:1.1
	TIGRIS_1_0_8_0:1.1
	TIGRIS_1_0_4:1.1;
locks; strict;
comment	@# @;


1.1
date	2001.02.07.08.10.48;	author edk;	state Exp;
branches;
next	;


desc
@@


1.1
log
@add a patch to fix a bug in ezmlm-send wrt mime messages, and use this.
bump the release number while we're at it ... lightly tested in dev env
@
text
@--- ezmlm-send.c.orig	Tue Feb  6 22:58:55 2001
+++ ezmlm-send.c	Tue Feb  6 23:52:05 2001
@@@@ -761,7 +761,9 @@@@
           }
         } else if (line.len == 1) {	/* end of content desc */
           flagbadpart = 0;		/* default type, so ok */
+          flagfoundokpart = 1;		/* this is part of a multipart msg */
           flagseenext = 0;		/* done thinking about it */
+          qa_put(lines.s,lines.len);	/* saved lines */
         } else				/* save line in cont desc */
           if (!stralloc_cat(&lines,&line)) die_nomem();
       }
@
