[Mimedefang] How to get mimedefang to reject spamassassin

David F. Skoll dfs at roaringpenguin.com
Thu Aug 15 10:28:00 EDT 2002


On Wed, 14 Aug 2002 tasdevil at newsguy.com wrote:

> I can't seem to work out how to get it now to actually bounce spam
> back to the sender with a 550 error or whatever it should be.

Perl pseudo-code -- modify as required; put in filter_end:

if ($spamscore > $bounce_threshold) {
	return action_bounce("Go away, you dirty spammer");
}

--
David.




More information about the MIMEDefang mailing list