X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f7fd3850601c141d3a8d5b9cc6e6403f623923ae..2b965a652edced91a1af8bb36a33d493f721db7d:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index dc03699f3..264501b01 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.101 2006/04/20 14:11:29 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.102 2006/04/27 08:53:24 ph10 Exp $ New Features in Exim -------------------- @@ -29,6 +29,11 @@ Version 4.62 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 ------------