<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
<br>
&lt;snip&gt;
<blockquote
 cite="mid6E4EE040-DCC2-4C22-B1B1-639FCACC0630@ecs.soton.ac.uk"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I also don't like this feature.  I've been trying to figure out how  
to remove it without success.  Can you give me some hints how to do  
so.

As well, I agree that

Log Speed = no

should mean exactly what it says...no speed logging.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Either edit line 110 of MessageBatch, or else just set syslog.conf so  
that mail.info is not logged to your maillog.</pre>
</blockquote>
&lt;snip&gt;<br>
<br>
<br>
Taking a look at the MessageBatch.pm file, I see in 'if'&nbsp; in there for
the log variable, would this logic work? My Pearl is weak. ;)<br>
<br>
<tt>&nbsp; # before<br>
<br>
&nbsp; MailScanner::Log::InfoLog("Batch completed at %d bytes per second (%d
/ %d)",<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $speed, $totalbytes,
$now-$this-&gt;{starttime})<br>
&nbsp;&nbsp;&nbsp;&nbsp; if MailScanner::Config::Value('logspeed');<br>
&nbsp; MailScanner::Log::InfoLog("Batch processed in %.2f seconds",
$totaltime);</tt><br>
<br>
<tt>&nbsp;# after<br>
<br>
</tt><tt>&nbsp; if ( MailScanner::Config::Value('logspeed') )<br>
&nbsp; {<br>
&nbsp;&nbsp;&nbsp; MailScanner::Log::InfoLog("Batch completed at %d bytes per second
(%d / %d)",<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $speed, $totalbytes,
$now-$this-&gt;{starttime})<br>
&nbsp;&nbsp;&nbsp; MailScanner::Log::InfoLog("Batch processed in %.2f seconds",
$totaltime);<br>
&nbsp; }<br>
<br>
</tt>Greg Borders<br>
Sys. Admin. <br>
JLC Co.<br>
</body>
<br />--
<br />This transmission may contain information that is privileged, confidential
<br />and/or exempt from disclosure under applicable law. If you are not the
<br />intended recipient, you are hereby notified that any disclosure, copying,
<br />distribution, or use of the information contained herein (including any
<br />reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
<br />in error, please immediately contact the sender and destroy the material in
<br />its entirety, whether in electronic or hard copy format. Thank you.
<br />
<br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</html>