summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-06-23 10:02:13 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-06-23 10:02:13 +0000
commit5417f6d1692158318d419c8931bfe34e53d87f36 (patch)
tree5bc01e0f1e27c88f7028e82c0d9f6808a686651d /doc
parentff790e47f2de6f4d6d48148e1d5a67da8e93c446 (diff)
Fix crash when callout to an address routed by a verify_only router with
no transport.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 14741664e..472182980 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.169 2005/06/22 15:44:37 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.170 2005/06/23 10:02:13 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -187,6 +187,13 @@ PH/26 Insert a lot of missing (void) casts for functions such as chown(),
for this - only an attribute that has to be put on the function's
prototype. I'm sure I haven't caught all of these, but it's a start.
+PH/27 If a dnslookup or manualroute router is set with verify=only, it need not
+ specify a transport. However, if an address that was verified by such a
+ router was the subject of a callout, Exim crashed because it tried to
+ read the rcpt_include_affixes from the non-existent transport. Now it
+ just assumes that the setting of that option is false. This bug was
+ introduced by 4.51/PH/31.
+
Exim version 4.51
-----------------