Bug#375380: nullmailer QUIT: fixed patch

2010-05-30 Thread Nick Leverton
( I think Margarita's upload referred to #383859 ). Apols for the very long delay in getting back to you ! This issue (as subject line) is still outstanding unfortunately even in 1.05. However, since 1.03 Bruce now does send a QUIT in the case of error. So the above patch, which adds QUIT in the

Bug#375380: nullmailer QUIT: fixed patch

2006-08-18 Thread Norbert Tretkowski
* Nick Leverton wrote: > Still got it wrong, this one only QUITs if the protocol was > successful. Further fix coming ... Any new here? Norbert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#375380: nullmailer QUIT: fixed patch

2006-06-30 Thread Nick Leverton
Still got it wrong, this one only QUITs if the protocol was successful. Further fix coming ... Nick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#375380: nullmailer QUIT: fixed patch

2006-06-25 Thread Nick Leverton
Fixed patch (sorry) --- protocols/smtp.cc.orig 2006-06-25 02:50:39.0 +0100 +++ protocols/smtp.cc 2006-06-25 17:04:23.0 +0100 @@ -46,6 +46,7 @@ void docmd(mystring cmd, int range, bool show_succ=false); void send_data(fdibuf* msg); void send_envelope(fdibuf* msg); +