George Roberts wrote: > I'm using milter-ahead to call ahead to the recipient mail server to > see if the receipient(s) of the message exist.
> It appears that if milter-ahead rejects the message due to the user > not existing on the recipient server that milter processing just > ends ... what I really want to be able to do, if possible, is have > mimedefang do some processing if milter-ahead rejects the message. Rather than using milter-ahead, why not do your call-aheads from MIMEDefang itself, using the md_check_against_smtp_server function? That way, you have full control from your Perl filter. 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

