David Nelson wrote: > How would you suggest doing this? I'm toying with the idea of using > resend_message, but my gut is telling me this isn't a good idea.
It depends on what you're doing. If you're just accepting/rejecting based on an RBL lookup, you can do the lookup in filter_recipient for those recipients who want it, and simply reject at that point. If you want to do content-filtering differently for different recipients, see the mimedefang-filter man page and stream_by_domain and stream_by_recipient. Regards, David. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

