[Mimedefang] many recipients

CONTRERAS, Pablo pcontreras at ecogas.com.ar
Wed Sep 1 14:32:40 EDT 2004


Hi, I test this and work ok!, my server run with relay of internet
what can I do for apply this filter only with address external
I try to make this but doesn't work
I try this
sub filter_begin {
	# Why doesn't work this "if"
	if ($RelayAddr ne "192.198.100.10"){ 
       	 #  reject email with too many recipients
         	if (@Recipients > 5) {
           	return action_bounce("Too many recipients, message refused")
         	}
       }
}
 
 




More information about the MIMEDefang mailing list