diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-12 16:54:55 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-12 16:54:55 +0000 |
commit | d8ef35773b4c4c25c62a015928ed92b4a654b501 (patch) | |
tree | 4afe66bc2d8787bd1909ee0848e8763610f5de90 /doc/doc-txt | |
parent | dd3f6d3071e2caad286e15a06364cd27b13ac0ff (diff) |
Exim went into a mad DNS lookup loop when doing a callout where the
host was specified on the transport, if the DNS lookup yielded more than
one IP address.
Diffstat (limited to 'doc/doc-txt')
-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 dba38e56f..249ef7cfe 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.27 2004/11/12 15:03:40 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.28 2004/11/12 16:54:55 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -113,6 +113,10 @@ Exim version 4.44 contain a local part and a domain, and therefore, for them, an empty address still always fails if the pattern is not itself empty. +30. Exim went into a mad DNS loop when attempting to do a callout where the + host was specified on an smtp transport, and looking it up yielded more + than one IP address. + Exim version 4.43 ----------------- |