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 (a) have the client queue-runner active and (b) avoid running locally-generated mail through SpamAssassin.
Alternatively, you can quarantine the message (using quarantine_entire_message) instead of sending it to your postmaster.
-- Kelson Vibber SpeedGate Communications <www.speed.net>
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

