diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-17 14:20:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-17 14:20:48 +0000 |
commit | ca02eafb3654a6539abb59a0f3ce4c52fe97f20e (patch) | |
tree | a29e7a08b98b7dd5b60bc24992edf9f9ca4d065f /doc | |
parent | c6c2dc1dfc3928a5f6c61024b68e011db41884ad (diff) |
Allow the message "All relevant MX records point to non-existent hosts"
to be included in bounce messages, as it doesn't seem to be a security
risk.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d920ada8b..ac121eb81 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.163 2005/06/17 13:52:14 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.164 2005/06/17 14:20:48 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -160,6 +160,9 @@ PH/20 Added macros for time_t as for off_t (see PH/15 above) and used them to "%lld" and "long long". Replaced the call to snprintf() with a call to string_vformat(). +PH/21 Added another message to those in 4.51/PH/42, namely "All relevant MX + records point to non-existent hosts". + Exim version 4.51 ----------------- |