6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] to and cc to an email...
FromSent OnAttachments
Rob BrandtMar 9, 2004 9:26 am 
Devin RubiaMar 9, 2004 11:00 am 
Ajai KhattriMar 9, 2004 11:11 am 
Rob BrandtMar 9, 2004 11:32 am 
Sean KennedyMar 25, 2004 9:20 am 
Rob BrandtMar 25, 2004 11:35 pm 
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] to and cc to an email address not workingActions...
From:Devin Rubia (dev@thezone.net)
Date:Mar 9, 2004 11:00:43 am
List:net.sourceforge.lists.courier-maildrop

On Tue, Mar 09, 2004 at 09:08:18AM -0800, Rob Brandt wrote:

I'm using maildrop in my postfix/courier-imap setup. I am trying to set up a mail filter that will either send or cc an email to another account. The account may be either an external account or a local one. My postfix setup uses virtual accounts with MySQL authentication, FWIW.

I've found various examples of using "to" and "cc" on various mailing list messages, but they're not working for me. I've tried variations of:

to "! ema@domain.com"

to ! ema@domain.com

to ema@domain.com

and

to "ema@domain.com"

and have tried all of the above with "cc" instead of "to". In all cases, nothing is received by the ema@domain.com account. I have looked in my mail logs and there are no entries for that account, so the problem appears to be in maildrop itself.

Ideas?

Perhaps:

to "!ema@domain.com"

A quick parse of deliver.C suggests that that shouldn't make a difference but you never know.

Have you tried manually setting $SENDMAIL?