diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-14 16:18:14 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-14 16:18:14 +0000 |
commit | 230205fc0acfc71dff9ce42fb20d2caba82fbd36 (patch) | |
tree | c9e8bdacc70a1554334a893ce0efad8556cbf89b /test/dnszones-src | |
parent | 1ab95fa6b0013a253777e01af83bc7940f9385a8 (diff) |
Allow slashes in the dns_check_names_pattern default value.
Diffstat (limited to 'test/dnszones-src')
-rw-r--r-- | test/dnszones-src/db.test.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index 2e2865eb4..bf0c2092c 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -1,4 +1,4 @@ -; $Cambridge: exim/test/dnszones-src/db.test.ex,v 1.1 2006/02/06 16:22:56 ph10 Exp $ +; $Cambridge: exim/test/dnszones-src/db.test.ex,v 1.2 2006/02/14 16:18:14 ph10 Exp $ ; This is a testing 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 is @@ -21,6 +21,7 @@ test.ex. NS exim.test.ex. test.ex. TXT "A TXT record for test.ex." +s/lash TXT "A TXT record for s/lash.test.ex." cname CNAME test.ex. |