Quoting James Nord teilo@teilo.net:
Hi all,
I recently migrated my system (postfix/Dovecot)from mbox to Maildir.
Almost everything is working (phone and thunderbird show all my mail
and folders with mail)However I am stuck on my .procmailrc rules
:0 w * ^List-ID:.*jenkinsci-dev.googlegroups.com | $DELIVER -m mailing-lists/jenkinsci-dev
I have tried changing the mailbox to INBOX/mailing-lists/...
inbox/mailing-lists/... but the same still happens. So I am missing
something somewhere and my google foo is unfortunately letting me
down this time.
This is how I did it (qmail/vpopmail here).
At least I think that worked.. I've moved to LMTP, but I'm pretty
sure deliver to folder was working.
# Anything marked as Spam to user's Spam folder :0
- ^X-Spam-Status: Yes |/usr/lib/dovecot/deliver -d $EXT@$HOST -m Spam
My guess, for subfolders, is that you'd want to use a period delimiter. | $DELIVER -m mailing-lists.jenkinsci-users
Rick