4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Distributing and forw...
FromSent OnAttachments
arthur.chereauNov 20, 2002 6:54 am 
Jens LauterbachNov 20, 2002 7:38 am 
Devin RubiaNov 20, 2002 7:45 am 
Alexander LazicNov 20, 2002 7:57 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:Re: [maildropl] Distributing and forwardingActions...
From:Jens Lauterbach (jea@ruc.dk)
Date:Nov 20, 2002 7:38:52 am
List:net.sourceforge.lists.courier-maildrop

Hi Arthur

arthur.chereau wrote:

Hi,

I'd like some mails I receive to be distributed locally and forwarded to another address. Basically, that is: if ( /regexp/ ) { to "Maildir/My.Local.Folder" to !anot@address.com }

Unfortunately, only the first to statement is executed. How can I have more than one to statement for the same regexp ? Forwarding the mail to another address and then sending it locally and to the other address from the MTA is not possible for me.

do this instead

if ( /regexp/ ) { cc "Maildir/My.Local.Folder" to !anot@address.com }