[Mimedefang] Bounce AND send a copy?

Matthew.van.Eerde at hbinc.com Matthew.van.Eerde at hbinc.com
Wed Sep 29 19:25:21 EDT 2004


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.
> 
> It's easy to do one or the other - I've done
> 
>            add_recipient('spamassassin at dg.denmantire.com');          
> return (); 
> 
> and
> 
> 
>             action_bounce("SpamAssassin has identified this email as
>             possible spam"); return ();
> 
> but is it possible to do both?
> 
> Thanks much,

So what you want to do is set @Recipients = ('spamassassin at dg.denmantire.com');, 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 reject-and-deliver-anyway)

Matthew.van.Eerde at hbinc.com                      805.964.4554 x902
Hispanic Business Inc./HireDiversity.com         Software Engineer
perl -e"map{y/a-z/l-za-k/;print}shift" "Jjhi pcdiwtg Ptga wprztg,"



More information about the MIMEDefang mailing list