diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-31 11:14:17 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-31 11:14:17 +0000 |
commit | c1114884ce069db8d691e217cc79b2e5ff242df8 (patch) | |
tree | 2aba0c13b197455e7b0a125e05b9da14caed9970 /doc | |
parent | 17af4a1772521e9a4174c37cc6aaa311003ad7cd (diff) |
Close writing end of socket for ${readsocket before reading.
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 67a455b22..57f603b7b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.419 2006/10/31 09:50:09 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.420 2006/10/31 11:14:17 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -217,6 +217,9 @@ PH/30 Exim was sometimes attempting to deliver messages that had suffered routing retry time is respected, so at least it doesn't keep hammering the server. +PH/31 Installed Andrew Findlay's patch to close the writing end of the socket + in ${readsocket because some servers need this prod. + Exim version 4.63 ----------------- |