On Sat, 29 May 2004, Leander Koornneef, IC&S wrote:
Hi Larry,
this is already possible with current versions of dbmail, although it is not
a native dbmail thing....
Create an alias in the aliases table:
"INSERT INTO aliases VALUES ('', '[EMAIL PROTECTED]',
'|/usr/bin/procmail /path/to/procmail.rc', '<client-id>');"
or use dbmail-adduser :-)
In your procmail.rc file, you can insert the message back into dbmail after
filtering with the dbmail-smtp command:
| dbmail-smtp -m <mailbox> -u <username>
Hrm. What about the "default"? (I.E. currently things fall through
procmail to /var/mail/ler, and with this setup I'd like them to
fall through to INBOX.
Also, is there a convienient way to rename a whole bunch of folders and create
new ones?
I.E. I archive my entire set of folders every month by year/month/name
and start fresh.