Hi Everyone,

I am using:

sub filter_relay ($$$) {
  my ($ip, $name, $helo) = @_;
  return('ACCEPT_AND_NO_MORE_FILTERING', "ok") if $ip eq "x.x.x.x";
  return ('CONTINUE', 'OK');
}

to bypass outgoing mail, but I was wondering if there was a way to still
have it scan it for viruses (using mimedefang to call trend's vscan) but
still skip the spam detection.

Thanks!

Stephen


_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to