diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-20 13:53:44 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-20 13:53:44 +0000 |
commit | 30e1880253102a06cd17d0c3c2ff1835c92a3da7 (patch) | |
tree | 023a215ebdd231afd74c00d1bf0f2230c89b16d7 /doc | |
parent | 8a10f5a4e4798ecca6c18faf90f2730e5bd80787 (diff) |
Lock out "A-for-A" DNS lookups.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 216cf5f7b..629762d4c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.437 2006/11/20 11:57:56 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.438 2006/11/20 13:53:44 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -325,6 +325,12 @@ JJ/07 exipick.20061117.2, added $received_ip_address and $received_port PH/46 Applied Jori Hamalainen's patch to add features to exiqsumm. +PH/47 Put in an explicit test for a DNS lookup of an address record where the + "domain" is actually an IP address, and force a failure. This locks out + those revolvers/nameservers that support "A-for-A" lookups, in + contravention of the specifications. + + Exim version 4.63 |