[Mimedefang] HELP: filter_sender() not working

David F. Skoll dfs at roaringpenguin.com
Thu Oct 28 17:15:06 EDT 2004


On Thu, 28 Oct 2004, Keith Patton wrote:

> Did you  turn on sender checking?
> MX_SENDER_CHECK=yes

Actually, his problem is that:

	return (REJECT, "goaway");

is wrong.  It should be:

	return("REJECT", "goaway");

Similarly, CONTINUE should be "CONTINUE" -- the return values are strings.

--
David.



More information about the MIMEDefang mailing list