diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-23 10:55:10 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-23 10:55:10 +0000 |
commit | d1d5595ca2487d927c857a01dcbfe0beab5c8f3d (patch) | |
tree | f3b8769e3de1604d8f7ee1bc683f3dba60486a23 /doc | |
parent | b6c27e28de0ec8a98335e6c5c07aa10a703948b0 (diff) |
Fix crash for verify=helo when no IP address (-bs).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6059f6b6f..06a18dc3f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.411 2006/10/18 08:55:37 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.412 2006/10/23 10:55:10 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -158,6 +158,10 @@ PH/22 As suggested by Dennis Davis, added a server_condition option to *all* PH/23 Testing for tls_required and lost_connection in a retry rule didn't work if any retry times were supplied. +PH/24 Exim crashed if verify=helo was activated during an incoming -bs + connection, where there is no client IP address to check. In this + situation, the verify now always succeeds. + Exim version 4.63 ----------------- |