6 messages in net.sourceforge.lists.courier-maildrop[maildropl] copy all incoming mail
FromSent OnAttachments
Marcelo PergoliniFeb 1, 2007 5:25 am 
Kyle JohnsonFeb 1, 2007 5:43 am 
Thorsten HaudeFeb 1, 2007 12:39 pm 
Sam VarshavchikFeb 1, 2007 3:42 pm 
Marcelo PergoliniFeb 1, 2007 7:21 pm 
Edwin L. Culp W.Feb 2, 2007 4:24 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] copy all incoming mailActions...
From:Marcelo Pergolini (marc@tecnomaconline.com.ar)
Date:Feb 1, 2007 5:25:50 am
List:net.sourceforge.lists.courier-maildrop

Hi,

I've sarge+exim4+courier_imap+fetchmail+maildrop+SA+clamav for retrieve mails. I need to send a copy of each message to another user's mailbox on the same system.

I try it with the next two scripts on $HOME/.mailfilter file without result or errors.

if (hasaddr(acco@domain.com)) { cc "!supervisor_user" }

the same with

if (/^To: *account_1@domain\.com$/) { cc "!supervisor_user" }

Is that the way for doing that?

thanks

Marcelo