diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-22 14:20:28 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-22 14:20:28 +0000 |
commit | 48ed62d9a68c4e44c9fbaa6e300f88401bb32d65 (patch) | |
tree | d5f41c4260a4f2ddda3651a48ffb4794acce2e67 /doc | |
parent | 8932dffe21c3b9fc102e0a976660f1ab6d158179 (diff) |
Escape funny characters when logging DN=
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 17e87d0dc..1e79291f3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.524 2007/08/22 14:07:30 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.525 2007/08/22 14:20:28 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -88,6 +88,10 @@ PH/18 If a system quota error occurred while trying to create the file for bounce if the delivery eventually timed out. Change 4.67/27 below applied only to a quota excession during the actual writing of the file. +PH/10 It seems that peer DN values may contain newlines (and other non-printing + characters?) which causes problems in log lines. The DN values are now + passed through string_printing() before being added to log lines. + Exim version 4.67 ----------------- |