Here's the procmail recipe I use with maildir folders and the Gentoo lists - I think as long as procmail is setup with maildir support you just need to set your MAILDIR var and use a trailing slash and it knows it'd delivering to a MailDir.
MAILDIR=$HOME/.maildir LOGFILE=$HOME/.procmaillog LOGABSTRACT=no VERBOSE=on FORMAIL=/usr/bin/formail NL=" " :0: * ^List-Id:.*gentoo-user\.gentoo\.org $MAILDIR/gentoo-user/ Cheers Kevin On 12:09 Tue 10 Oct , Steve [Gentoo] wrote: > I'm familiar with this procmail recipe: > > -- > :0 > > * ^List-Id:.*<gentoo-user.gentoo.org> > | formail +1 -ds >> gentoo_user > -- > > However... I need to use maildir.... is there a straightforward way to > deliver directly to maildir folders with formail from procmail? > > > > > > > -- > [email protected] mailing list > -- [email protected] mailing list

