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 reject-and-deliver-anyway)

This is unnecessarily complicated; just mail yourself a copy and call
action_bounce() on the original.  (Be sure not to bounce the *copy* by
checking that it comes from 127.0.0.1 and skipping most filtering.)

There are examples in mimedefang.pl of how to re-send the message
to another recipient.

Regards,

David.
_______________________________________________
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