[Mimedefang] syslogging unneccessary stuff
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Wed Oct  2 12:39:01 EDT 2002
    
    
  
On Wed, 2 Oct 2002 jmiller at purifieddata.net wrote:
> I'd like to make mimedefang more quiet with it's logging, and I haven't
> been able to get it to do that.
> It's currently logging all the add and change header actions
> (action_add_header) as:
> Oct  2 01:27:34 filter sendmail[29047]: g925RXhB029047: Milter add: header: Subject: {SPAM?}
It's Sendmail that's doing that.  To shut it up, add this to your Sendmail
config file:
	O Milter.LogLevel=1
Or, in the m4 file, use this:
	define(`confMILTER_LOG_LEVEL', 1)
Regards,
David.
    
    
More information about the MIMEDefang
mailing list