diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-04-16 11:17:12 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-04-16 11:17:12 +0000 |
commit | b43a74eae436554933b0d50b5757a42c048fc1d3 (patch) | |
tree | e3980acd70801be319c91635d5abf501ea4ddf8f /doc | |
parent | 563b63fa3e09d67239f51483e5dcec5c91251522 (diff) |
Do not advertise STARTTLS in response to HELP unless it would be
advertised in response to EHLO.
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 db68bdae1..b54416c14 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.503 2007/04/16 10:31:58 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.504 2007/04/16 11:17:12 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -214,6 +214,9 @@ PH/44 I found a way to check for a TCP/IP connection going away before sending This could lead to message repetition. This fix should cure that, at least in a lot of common cases. +PH/45 Do not advertise STARTTLS in response to HELP unless it would be + advertised in response to EHLO. + Exim version 4.66 ----------------- |