X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/1cce3af8c29cfa691a3e28c79227f358e5a7b3b9..4e167a8cc7dd4a135f23abee763763add28494fd:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 38c20991b..264501b01 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.100 2006/04/18 11:13:19 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.102 2006/04/27 08:53:24 ph10 Exp $ New Features in Exim -------------------- @@ -25,6 +25,15 @@ Version 4.62 a connection has been made, the behaviour is as for ${readsocket with a Unix domain socket. +2. If a redirect router sets up file or pipe deliveries for more than one + incoming address, and the relevant transport has batch_max set greater than + one, a batch delivery now occurs. + +3. The appendfile transport has a new option called maildirfolder_create_regex. + Its value is a regular expression. For a maildir delivery, this is matched + against the maildir directory; if it matches, Exim ensures that a + maildirfolder file is created alongside the new, cur, and tmp directories. + Version 4.61 ------------