m4v3r1ck <[EMAIL PROTECTED]> writes:

>Is there any way I can use procmail to direct default mails to 
>$HOME/Maildir in maildir format and other mails to $HOME/mail in mbox 
>format?

You could use different dot-qmail files and procmail bounce delivering
recipes:

~/.qmail:
  |preline -f /usr/local/bin/procmail


~/.qmail-mailbox1:
  ./Maildir/


~/.qmail-mailbox2:
  ./mail


~/.procmailrc:
  :0
  * sender: .*[EMAIL PROTECTED]
  ! you-mailbox1@yourhost

  :0
  ! you-mailbox2@yourhost


Frank ("ls ~/.qmail*|wc -l" --> 33)
-- 
"Wer den Swing in sich hat, kann nicht mehr im Gleichschritt
marschieren." Coco Schumann, Jazzer, Überlebender des KZ
Theresienstadt
<URL:http://www.free.de/~fe/>

Reply via email to