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 /doc/doc-txt/ChangeLog | |
parent | 1ab95fa6b0013a253777e01af83bc7940f9385a8 (diff) |
Allow slashes in the dns_check_names_pattern default value.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 5d645ab0c..7ffb39b8b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.302 2006/02/14 15:56:43 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.303 2006/02/14 16:18:14 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -176,6 +176,11 @@ PH/34 Omit spaces between a header name and the colon in the error message that is given when verify = headers_syntax fails (if there are lots of them, the message gets confusing). +PH/35 Change the default for dns_check_names_pattern to allow slashes within + names, as there are now some PTR records that contain slashes. This check + is only to protect against broken name servers that fall over on strange + characters, so the fact that it applies to all lookups doesn't matter. + Exim version 4.60 ----------------- |