On Fri, 29 Oct 2004, Alexander Dalloz wrote:
> sub filter_relay ($$$$) {
> my ($ip, $name, $helo, $RelayAddr) = @_;Note that recent versions of MIMEDefang don't pass $helo in filter_relay; you need to do HELO checks in filter_sender. -- David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

