diff options
author | Tony Finch <dot@dot.at> | 2008-07-18 17:55:42 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2008-07-18 17:55:42 +0000 |
commit | 89dec7b604c1d16d8762e99443ba7bf2a3086c21 (patch) | |
tree | e67e26eabd7f8b3227d08ccf0f7aadc96244cdd1 /doc | |
parent | ed2a48660e22ce41fc7ca692743531ffdca57868 (diff) |
Leading white space used to be stripped from $spam_report which
wrecked the formatting. Now it is preserved.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 29bb9a5e3..9ca31ea08 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.548 2008/05/16 12:22:08 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.549 2008/07/18 17:55:42 fanf2 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -54,7 +54,8 @@ NM/05 Bugzilla 437: Prevent Maildix aux files being created with mode 000 NM/05 Bugzilla 598: Improvedment to Dovecot authenticator handling. Patch provided by Jan Srzednicki - +TF/05 Leading white space used to be stripped from $spam_report which + wrecked the formatting. Now it is preserved. Exim version 4.69 |