Rick Updegrove writes:

> ----- Original Message -----
> From: "Rick Updegrove" <[EMAIL PROTECTED]> 
> 
>> I know I have seen this discussed on the list before but I can't seem to
>> find this list's archive anywhere on http://www.inter7.com/sqwebmail/   or
>> anywhere else for that matter.
> 
> Ok I discovered the archive, maybe someone could link it to the sqwebmail
> home page someday? 
> 
> http://www.mail-archive.com/sqwebmail%40inter7.com/ 
> 
> I have searched for 12 different ways to phrase this problem with absolutely
> no luck so far ... but I know this was discussed at one time but maybe it
> was one of the other lists, so I will keep trying.

This was a sporadic problem that was very difficult to reproduce reliably. 
The solution turned out to be very simple.  Apply the following patch. 

-- 
Sam 

Index: sqwebmail/newmsg_newdraft.c
===================================================================
RCS file: /cvsroot/courier/courier/webmail/newmsg_newdraft.c,v
retrieving revision 1.34
diff -U3 -r1.34 newmsg_newdraft.c
--- sqwebmail/newmsg_newdraft.c 2000/12/30 21:21:13     1.34
+++ sqwebmail/newmsg_newdraft.c 2001/03/12 18:55:47
@@ -150,6 +150,7 @@
                struct rfc2045_mkreplyinfo ri;
                int rc;
 
+               memset(&ri, 0, sizeof(ri));
                ri.fd=fileno(fp);
                ri.rfc2045partp=rfc2045partp;
                ri.replymode=replymode;

Reply via email to