------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1481 --- Comment #2 from Heiko Schlichting <[email protected]> 2014-05-20 13:44:35 --- Including empty directories, I expect the first delivery should create: /tmp/eximdebug/.beispiel/cur/ /tmp/eximdebug/.beispiel/new/1400577169.H632640P337104.Vietnam /tmp/eximdebug/.beispiel/tmp/ /tmp/eximdebug/.beispiel/maildirfolder /tmp/eximdebug/cur/ /tmp/eximdebug/new/ /tmp/eximdebug/tmp/ /tmp/eximdebug/maildirsize Chapter 26.5 describes how subfolders are handled and how to use maildirfolder_create_regex for this. Exim already knows where the top level maildir is as it creates the "maildirsize" in that directory. Subfolders could be found by evaluating maildirfolder_create_regex. But exim requires that a tmp directory already exists at maildir top level. So on our production server everything is fine if the first mail a user receives is non-spam (-> top level) but fails if the first mail is spam (-> sub folder). -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
