Josh Graham wrote: > Is there a way to make md_check_against_smtp_server either reject during > the reception or discard the message instead of trying to bounce it?
It doesn't try to bounce it. It just returns 5xx after RCPT. (Well, more accurately, md_check_against_smtp_server does none of those things. But the way it's typically *used* in a filter is to fail an invalid RCPT with a 5xx code.) -- 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

