3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] RE: cc messages
FromSent OnAttachments
Alex S MooreJun 6, 2004 9:52 am 
Devin RubiaJun 7, 2004 5:36 am 
Alex S MooreJun 7, 2004 6: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:Re: [maildropl] RE: cc messagesActions...
From:Devin Rubia (dev@thezone.net)
Date:Jun 7, 2004 5:36:53 am
List:net.sourceforge.lists.courier-maildrop

On Sun, Jun 06, 2004 at 11:51:59AM -0500, Alex S Moore wrote:

I am using maildrop as the delivery agent for sendmail. Works fine. Here is a copy of maildroprc on that server. [SNIP] I want to copy my messages to a secondary account. I thought that not having a 'to' statement in maildroprc would allow me to use a .mailfilter file in my home directory. Here is a copy of my $HOME/.mailfilter # Copy all of my mail to a secondary account cc asmoore@localhost

Messages are not sent to the secondary account and I do not see why.

Simple, really. With what you have above, maildrop would try to deliver to the mailbox (mbox file or maildir) named "asmoore@localhost". You probably want:

cc "!asmoore@localhost"