diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-12-21 12:21:46 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-12-21 12:21:46 +0000 |
commit | 7102e136b439b6e92317b484192f1357b1e1121a (patch) | |
tree | 816b6ad06c4e286b42e6fd9dc815fb1d21c2c6ad /doc/doc-txt/NewStuff | |
parent | d38f823269ffb0e25cbf2c9b6204f61e149169a7 (diff) |
Check dnsdb PTR key for IP address before playing the reversing game.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 3109ea96f..11d7b3cc3 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.21 2004/12/20 15:24:27 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.22 2004/12/21 12:21:46 ph10 Exp $ New Features in Exim -------------------- @@ -234,6 +234,10 @@ Version 4.50 19. The Exiscan patch is now merged into the main source. See src/EDITME for parameters for the build. +20. If the key for a dnsdb lookup is not an IP address, it is used verbatim, + without component reversal and without the addition of in-addr.arpa or + ip6.arpa. + Version 4.43 ------------ |