<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.1.1">
</HEAD>
<BODY>
On Sun, 2009-10-25 at 06:59 -0700, Mike Tremaine wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
&gt; Hi,
&gt;
&gt; I've got a Centos 5.3 / NS 4.77.10-1 box running nicely but MailScanner
&gt; portion of the nightly Logwatch reports are too detailed. How do I use
&gt; the override.conf file to prevent Phishing Report and RBL check hits
&gt; from being reported?
&gt;
&gt; Thanks,
&gt; Stephen
&gt;   
More of logwatch question then a Mailscanner question but... The 
phishing report has a threshold variable so you can set it high or set 
it to 0 to supress. Sadly there was a bug in this so it was impossible 
to set to 0 in the conf file. This has been fixed and the default is now 
zero or off. You can grab just mailscanner service script here

<A HREF="http://www.stellarcore.net/downloads/mailscanner">http://www.stellarcore.net/downloads/mailscanner</A>

As far as the RBL report that one needs a threshold and on/off switch 
but has not been coded. Feel free to hack the script the lines you are 
looking for are

if (keys %RBLType) {
   print &quot;\nRBL Report: (Total Seen = $MailScan_RBL)\n&quot;;
   foreach $ThisOne (sort keys %RBLType) {
      print '    ' . $ThisOne . ': ' . $RBLType{$ThisOne} . &quot; Time(s)\n&quot;;
   }
}

either comment them out or stick &quot;|| $RBL_switch == 1&quot; and add my 
&quot;$RBL_switch = 0;&quot; at the top of the script and that should shut it off. 
You can direct more question like this to the logwatch list.

-Mike
</PRE>
</BLOCKQUOTE>
Thanks Mike!<BR>
<BR>
Stephen
</BODY>
</HTML>