diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-12-22 14:54:50 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-12-22 14:54:50 +0000 |
commit | 19b9dc856cc9406bc685eed974a127f327a42815 (patch) | |
tree | eec3bb5cf0b923ce24e75bed5dd8f94453e85bbd /doc | |
parent | 7a10041529b179cd45a71ebe579af5e2eeddb51d (diff) |
Treat ECONNRESET the same as an end-of-file indication.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c91c77b63..dc2d0ceff 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.281 2005/12/22 11:47:24 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.282 2005/12/22 14:54:50 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -64,6 +64,9 @@ PH/11 The exinext utility has a -C option for testing purposes, but although the given file was scanned by exinext itself; it wasn't being passed on when Exim was called. +PH/12 In the smtp transport, treat an explicit ECONNRESET error the same as + an end-of-file indication when reading a command response. + Exim version 4.60 ----------------- |