From 1f872c8094ff0e34fa7ea404995fc51ba9995674 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 5 Sep 2006 14:14:32 +0000 Subject: Ignore EPIPE as well as ECONNECT when closing down an SMTP session in the daemon, since dropped connections can show as EPIPE in Solaris. --- doc/doc-txt/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/doc-txt/ChangeLog') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6e70b4f13..9091f0d86 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.387 2006/09/05 13:24:10 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.388 2006/09/05 14:14:32 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -23,6 +23,14 @@ PH/01 If a server that rejects MAIL FROM:<> was the target of a sender left unchanged (for any other kind of callout, getting as far as trying RCPT means that the domain itself is ok). +PH/02 Tidied a number of unused variable and signed/unsigned warnings that + gcc 4.1.1 threw up. + +PH/03 On Solaris, an unexpectedly close socket (dropped connection) can + manifest itself as EPIPE rather than ECONNECT. When tidying away a + session, the daemon ignores ECONNECT errors and logs others; it now + ignores EPIPE as well. + Exim version 4.63 ----------------- -- cgit v1.2.3