Hi all,
 
   When I insert this snippet into my mimedefang-filter my slaves all get busy 
and shut down......any Ideas?
 
Don Killen
sub filter_sender {
  my($sender, $ip, $name, $helo) = @_;
  return('CONTINUE', "OK") if ($ip eq "72.242.108.6");   # no further checking 
if localhost
  if ($helo =~ /(^|.)granis.net$/i) {
    if ($ip !~ /^72.242.108./) {
          return('REJECT', "Connect rejected - $ip is not granis.net");
    }
  }
  return('CONTINUE', "OK");
}

_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to