Hi,

I forgot to mention in my previous mail that I have added following code
in mimedefang-filter:

sub filter_relay($$$){
  my ($hostip,$hostname,$helo) = @_;
  my $internal_net1 = "191.0.0";
  my $internal_net2 = "191.0.1";
  $hostip=~  /^(\d+\.\d+\.\d+)./ ;
  my $mailip = $1;
  if($mailip eq $internal_net1 || $mailip eq $internal_net2) {
                return("ACCEPT_AND_NO_MORE_FILTERING","It's from us it
gotta
be good");
                }
  return("CONTINUE","");
  }

Thanks

Vivek


--- Begin Message ---
Hi all,

This is a serious concern that all the internal mail are checked for
SPAM and many of them are blocked and put in spamdrop account. I have
posted this earlier also but it seems that the fixes didn't work. Kindly
let me know if there is something we can do about it.

Please help...

Thanks

Vivek


--- End Message ---
_______________________________________________
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