[Mimedefang] test md_check_against_smtp_server

David F. Skoll dfs at roaringpenguin.com
Thu Feb 20 11:17:00 EST 2003


On Thu, 20 Feb 2003, Fox, Randy wrote:

> Before I fully implement a filter_recipient filter using the
> md_check_against_smtp_server test, I wanted to run a dedicated log to
> see the magnitude of the issue.  However, when I write the filter this
> way, it returns a 554 code instead of a 250 code.

You want to:

	return ('CONTINUE', 'OK');

not:

	return ('continue', '250');

It's case-sensitive.

--
David.



More information about the MIMEDefang mailing list