3 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] SqWebMail DSN failure
FromSent OnAttachments
Timothy Lee RodenFeb 2, 2007 9:16 am 
Sam VarshavchikFeb 2, 2007 3:38 pm 
Timothy Lee RodenFeb 4, 2007 11:06 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] SqWebMail DSN failureActions...
From:Timothy Lee Roden (di@nixsyspaus.org)
Date:Feb 4, 2007 11:06:49 am
List:net.sourceforge.lists.courier-sqwebmail

% diff -U 3 sqwebmail/newmsg.c sqwebmail/newmsg.c.new --- sqwebmail/newmsg.c 2007-02-04 18:01:07.000000000 +0 000 +++ sqwebmail/newmsg.c.new 2007-02-04 18:01:15.000000000 +0 000 @@ -927,7 +927,7 @@ close(pipefd1[1]);

if (dsn) - putenv("DSN=-Nsuccess,delay,fail"); + putenv("DSN=-Nsuccess,delay,failure"); else putenv("DSN=");

That worked for me. I had to recompile some other things today, so i put SqWebMail on the list.

!tr