[Mimedefang] Outbound virus but not spam scanning?

Stephen Loeckle stephen at lucidnetworks.net
Tue May 4 20:15:31 EDT 2004


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




More information about the MIMEDefang mailing list