[Mimedefang] md_check_against_smtp_server question

Kevin A. McGrail kmcgrail at pccc.com
Thu Apr 1 12:00:21 EST 2004


Thanks, that'll work!

KAM

> You don't need to hack the function.  Just do this in filter_recipient:
> # Convert TEMPFAIL to CONTINUE
> $answer = 'CONTINUE' if ($answer eq 'TEMPFAIL');
> return ($answer, $explanation);



More information about the MIMEDefang mailing list