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,

--
Tim Boyer
Director
Information Systems and Engineering Projects
Denman Tire Corporation
[EMAIL PROTECTED]

_______________________________________________
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