summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-02-16 16:28:36 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-02-16 16:28:36 +0000
commit1e70f85bc1b5cebe658c167e7392e66a7ab440fc (patch)
tree1b28335179516f1de1965c93f6ccefeafd65c329 /doc/doc-txt
parent8408f763aff7631e2834ba90aacfd682cd893734 (diff)
Fix problems with the spool file that arise when the local username
contains a space. Also, ensure that the Received: line item is appropriately quoted in this circumstance.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index b88fbea69..9941ed9ec 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.79 2005/02/16 15:24:21 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.80 2005/02/16 16:28:36 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -375,6 +375,15 @@ Exim version 4.50
else would have woken the daemon, and it would have reaped the completed
process earlier.
+80. If a message was submitted locally by a user whose login name contained one
+ or more spaces (ugh!), the spool file that Exim wrote was not re-readable.
+ It caused a spool format error. I have fixed the spool reading code. A
+ related problem was that the "from" clause in the Received: line became
+ illegal because of the space(s). It is now covered by ${quote_local_part.
+
+81. Included the latest eximstats from Steve (adds average sizes to HTML Top
+ tables).
+
----------------------------------------------------
See the note above about the 4.44 and 4.50 releases.