diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-20 14:11:29 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-20 14:11:29 +0000 |
commit | f7fd3850601c141d3a8d5b9cc6e6403f623923ae (patch) | |
tree | 692317e12f7df5ef5b00e2bf3d45c8bf08d3c659 /doc/doc-txt/ChangeLog | |
parent | dd16e114db70592df34e8b9ee4a05dae69aaba43 (diff) |
Make batch delivery work for files and pipes set up by redirection.
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 f51f97071..8fb90d750 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.343 2006/04/20 10:57:46 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.344 2006/04/20 14:11:29 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -28,6 +28,11 @@ PH/04 Change PH/19 for 4.61 was too wide. It should not be applied to host errors. Otherwise a message that provokes a temporary error (when other messages do not) can cause a whole host to time out. +PH/05 Batch deliveries by appendfile and pipe transports did not work when the + addresses were routed directly to files or pipes from a redirect router. + File deliveries just didn't batch; pipe deliveries might have suffered + odd errors. + Exim version 4.61 ----------------- |