diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-12-04 15:00:19 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-12-04 15:00:19 +0000 |
commit | d78371933afdcbdb420e40a2855b548a4673dc3d (patch) | |
tree | a46b383464d7223fcc407a94293f03bbbc1aa00d /doc | |
parent | 55728a4f2bbb52eb648380b40ebb4e44db590039 (diff) |
Give an error for the use of * and *@ with a query-style lookup.
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 2629276fe..f429b15d8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.439 2006/11/20 14:29:31 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.440 2006/12/04 15:00:19 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -334,6 +334,10 @@ PH/48 When a host name was looked up from an IP address, and the subsequent forward lookup of the name timed out, the host name was left in $sender_host_name, contrary to the specification. +PH/49 Although default lookup types such as lsearch* or cdb*@ have always been + restricted to single-key lookups, Exim was not diagnosing an error if + * or *@ was used with a query-style lookup. + Exim version 4.63 ----------------- |