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('[EMAIL PROTECTED]');          
> 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 = ('[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 reject-and-deliver-anyway)

[EMAIL PROTECTED]                      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,"

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to