[Mimedefang] Stupid Question

David F. Skoll dfs at roaringpenguin.com
Thu Apr 11 16:25:13 EDT 2002


On Thu, 11 Apr 2002, Anthony Giggins wrote:

> What would the regex be to block a specific sender.

if ($Sender =~ /^<?badboy\@spammer\.com>?$/i) {
	return action_bounce("Go away.");
}

--
David.




More information about the MIMEDefang mailing list