> I wonder how I can change a log template in such a way that 
> amavis logs me the MIME parts it finds in a message as it 
> does in the higher log levels. I would like to see that 
> information, but not all other timing etc. parameters that 
> get thrown out at higher levels.
> The README.customize does not talk about the mime parts, 
> although there are some ccat macros but nothing about MIME parts.
> 
> Any hints ?  Am I missing README information ?
> 


Find this code in amavisd:

    do_log(2, "%s %s Content-Type: %s", $part->base_name, $placement, $mt);

and replace the 2 (which is the log level at which to print out the log
entry) with a 0.

MrC


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to