On Sat, Apr 18, 2009 at 01:06:51AM +0200, Mark Martinec wrote:
> Michael,
> 
> > > Perhaps a good compromise is to only do MIME decoding but no other
> > > archives decoding, and let a virus scanner also see the complete
> > > message:
> > >
> > > @decoders = ();
> > > @keep_decoded_original_maps = (new_RE( qr'^MAIL$' ));
> >
> > So this will work on 2.6.2?  Both bounce killer and penpals?
> 
> I believe it does. MIME decoding would still be done (makes bounce killer
> happy), but no other decoding. Virus scanners would see the complete
> message, as well as all its MIME components, so header-based clamd
> rules would be happy. Penpals is not affected by either of this.

It does not work optimally. Even with @decoders empty (no do_mime_decode),
it still writes all the parts to disk. There is no need to waste resources
on scanning all parts, modern scanners are happy with only the whole mail.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
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