[Mimedefang] Bounce AND send a copy?

2004-09-29 Thread Tim Boyer
Is there any way for the same message to be bounced, AND send a copy to postmaster? Until I get comfortable with SpamAssassin, I'd like Postmaster to take a look at what's bouncing. It's easy to do one or the other - I've done add_recipient('[EMAIL PROTECTED]'); return ();

Re: [Mimedefang] Bounce AND send a copy?

2004-09-29 Thread Kelson
Tim Boyer wrote: Is there any way for the same message to be bounced, AND send a copy to postmaster? Until I get comfortable with SpamAssassin, I'd like Postmaster to take a look at what's bouncing. Call resend_message('[EMAIL PROTECTED]') before action_bounce. That should do it, as long as you

RE: [Mimedefang] Bounce AND send a copy?

2004-09-29 Thread David F. Skoll
On Wed, 29 Sep 2004 [EMAIL PROTECTED] wrote: So what you want to do is set @Recipients = ('[EMAIL PROTECTED]');, send a bounce message to the SMTP sending agent, and deliver the message anyway? I believe that can actually be done but it requires a patch to libmilter (to allow simultaneous

Re: [Mimedefang] Bounce AND send a copy?

2004-09-29 Thread Doug Brott
Kelson wrote: Tim Boyer wrote: Is there any way for the same message to be bounced, AND send a copy to postmaster? Until I get comfortable with SpamAssassin, I'd like Postmaster to take a look at what's bouncing. Alternatively, you can quarantine the message (using quarantine_entire_message)