diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 16:23:57 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 16:23:57 +0000 |
commit | dac79d3efbba76b420f6d89cdb1dcd276e2ced00 (patch) | |
tree | 6de106575c73ba1a7eff225cf349cda23a0169f9 /test | |
parent | 5ef84b087416869812225248c79ad317170e4130 (diff) |
Fix "(during SMTP connection from NULL)" bug.
Diffstat (limited to 'test')
-rw-r--r-- | test/dnszones-src/db.ip4.V4NET | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/dnszones-src/db.ip4.V4NET b/test/dnszones-src/db.ip4.V4NET index b7419f561..2caad55ba 100644 --- a/test/dnszones-src/db.ip4.V4NET +++ b/test/dnszones-src/db.ip4.V4NET @@ -1,4 +1,4 @@ -; $Cambridge: exim/test/dnszones-src/db.ip4.V4NET,v 1.1 2006/02/06 16:22:56 ph10 Exp $ +; $Cambridge: exim/test/dnszones-src/db.ip4.V4NET,v 1.2 2006/02/13 16:23:57 ph10 Exp $ ; This is a testing reverse zone file for use when testing DNS handling in ; Exim. This is a fake zone of no real use - hence no SOA record. The zone name @@ -48,11 +48,15 @@ 96.99.99 PTR x.test.again.dns. ; This IP number points back to a legitimate host, but also to a name that -; isn't forward registered +; does not forward resolve to the same address 90.99.99 PTR oneback.test.ex. 90.99.99 PTR host1.masq.test.ex. +; This IP number points back to a host that does not exist + +80.99.99 PTR nonexist.test.ex. + ; This is a duff registration for testing 255.255.255 PTR . |