> > > Mark, would it be possible to have some option to only do the stuff
> > > that bounce killer needs and not write unnecessary parts to disk?
> >
> > Amavisd-New already does this, just set "bypass-decode_parts = 1" in
> > your amavisd.conf file, and your good to go (works with amavisd-new
> > 2.5.1-pre1 and newer).  When this is set, amavisd does *not* decode
> > messages and split them into parts, it simply passes the full message to
> > clamd for scanning.
>
> What you didn't get is that bounce killer does not work without mime
> decoding.

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$' ));


> (uncomment out the qr'^MAIL'.
> so, 'can be slow'.  how slow is it?

Depends entirely on a virus scanner.
It is not slow on the amavisd side.

  Mark

------------------------------------------------------------------------------
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