procmail maildir recipe
for some time i have procmail working with maildir so i just wanted to post this there for future reference
DEFAULT=$HOME/Mail/Maildir/ # Change to Mailbox if using mbox format
MAILDIR=$HOME/Mail/Maildir/
LOCKFILE=$HOME/Mail/.lock
VERBOSE=no
LOGFILE=$HOME/Procmail/log
:0:
* ^TO_\/(source-changes)@
.src-changes/
:0:
* ^TO_\/(misc)@
.misc/
:0:
* ^TO_\/(ports)@
.ports/
p.s. i think the only change from mbox to maildir is the slash (/) in the end of the mailbox name as it's the way of the maildir :-)
