On Sat, 26 Jan 2008 14:18:37 +0000 Steve Kemp <[EMAIL PROTECTED]> wrote: > currently the queue/maildir plugin is given a path to > archive mail to and simply writes each message to a > single Maildir path. > > I've updated it to log on a per-recipient basis, based > upon the recipient(s) of the transaction. This gives > a tree something like: > > > /path/to/root/ > /path/to/root/domain.org/new > /path/to/root/domain.org/cur > /path/to/root/domain.org/tmp > /path/to/root/domain-name.com/new > /path/to/root/domain-name.com/cur > /path/to/root/domain-name.com/tmp > > (i.e. there is one maildir archive for the domain of each > recipient.) This is for the user "root" or is "/path/to/root" the base directory?
> Is there any interest my sharing the changes? (This is one As long as the current behaviour of queue/maildir is kept (i.e. all mails go into the dir which is named by the first argument) I'll apply the changes. If not, it would be better to drop this (and some others plugins? :)) into a new subdirectory of contrib/. I can act as proxy to get them into svn. Hanno