[exim-dev] [Bug 1481] maildirsize creation failed in maildir…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Robert Blayzor
日付:  
To: exim-dev
古いトピック: [exim-dev] [Bug 1481] New: maildirsize creation failed in maildir subfolders
題目: [exim-dev] [Bug 1481] maildirsize creation failed in maildir subfolders
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1481

Robert Blayzor <rblayzor@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rblayzor@???





--- Comment #3 from Robert Blayzor <rblayzor@???> 2014-12-20 20:20:49 ---
I am running into this very same problem. Currently if you provide the full
path to subfolder, Exim does not know the main maildir folder as it assumes the
folder you provide is the "root" folder. Therefore, maildirsize is created in
the subfolder and not the parent/root.

Would a simple fix to this be to just assume the deliver "directory" option is
the root directory and to have another maildir option for "folder" (or
subfolder, etc). If that option is NULL then to ignore and just use the
primary folder as normal.

If a non-NULL value is there then deliver to a child folder. ie:

directory = ~/foo/Maildir
maildir_folder = .Junk


Would deliver to:

~/foo/Maildir/.Junk


and would result in:

~/foo/Maildir/new
~/foo/Maildir/cur
~/foo/Maildir/tmp
~/foo/Maildir/maildirsize
~/foo/Maildir/.Junk/maildirfolder
~/foo/Maildir/.Junk/new
~/foo/Maildir/.Junk/tmp
~/foo/Maildir/.Junk/cur


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email