X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-txt%2FNewStuff;h=264501b01f6f5ec667ce6caeb8fb47eacfa55cd9;hb=d6629cdc9b1eb95d4c7b2f6c55a102bd0df38d31;hp=dc03699f374ab3212bbee11bc5e35c4d5e76abf9;hpb=f7fd3850601c141d3a8d5b9cc6e6403f623923ae;p=user%2Fhenk%2Fcode%2Fexim.git 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 ------------