2 messages in net.sourceforge.lists.courier-maildrop[maildropl] CC to Multiple Boxes
FromSent OnAttachments
Scott MosemanFeb 9, 2004 7:59 am 
RolandFeb 9, 2004 9:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] CC to Multiple BoxesActions...
From:Scott Moseman (smos@novolink.net)
Date:Feb 9, 2004 7:59:51 am
List:net.sourceforge.lists.courier-maildrop

I want incoming email to, say myself, to go to my account and another local account (say, smoseman2).

DEFAULT="$HOME/Maildir" logfile "/var/log/maildrop" if (/^To:.*smos@novolink.net*/) { cc /home/smoseman2/Maildir }

The above syntax gives me the "EX_TEMPFAIL" error. If I use "smoseman", I get two copies (obviously).

But, for whatever reason, I cannot get it to copy the message into the "smoseman2" account. Ideas?