7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop create Maild...
FromSent OnAttachments
Ethan JamesSep 25, 2002 8:19 pm 
Eric PerssonSep 27, 2002 1:46 am 
hzqbbcSep 28, 2002 10:24 pm 
Matthias AndreeSep 29, 2002 4:36 pm 
Ethan JamesSep 29, 2002 4:46 pm 
hzqbbcSep 30, 2002 6:16 pm 
Matthias AndreeOct 1, 2002 1:54 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] maildrop create Maildirs on the flyActions...
From:Eric Persson (er@persson.tm)
Date:Sep 27, 2002 1:46:40 am
List:net.sourceforge.lists.courier-maildrop

Ethan James wrote:

Is it possible to have maildrop create Maildirs on the fly? Postfix seems to do this fine, but maildrop complains when it can't find the Maildir. Any info would be appreciated.

FOLDER=`date "+%Y-%m"` if( /qma@list.cr.yp.to/ ) { `/usr/local/bin/maildirmake -f qmail.$FOLDER /home/eric/Maildir` to "Maildir/.qmail.$FOLDER/" }

I use this to filter messages on the qmail mailinglist to monthly folders. However I get a error message in the log for when that the directory exists after the folder is created. But it works :) , I dont know if it can be removed.

//Eric