McDouglas wrote the following on 6/18/2007 7:38 AM -0800: > Bill Landry wrote: > >> If you set amavisd to send the raw e-mail to nod32, do you still see >> the error? >> >> Bill >> >> >> > > How do I set that? And what else will change with that setting? > (concerned about the spamassassin/banned files/quarantine settings) >
Depends on the version of amavisd-new you are running. With the most recent version, 2.5.1, you can set "$bypass_decode_parts = 1;" to disable all decoding by amavisd-new. From the release notes: - setting $bypass_decode_parts to true now also disables MIME decoding, not just decoders/dearchivers listed in a @decoders list, and also implicitly retains full original message for virus checking, equivalent to having a regular expression /^MAIL$/ in a @keep_decoded_original_maps list This will not change how spamassassin works (SA is sent the raw message for processing anyway), nor will it change your how your virus quarantine settings work; however, it probably will affect how banned files are handled, since amavisd will not be doing any message decoding of its own. I don't have any banned files listed in my amavisd.conf, so someone else will need to confirm this. Bill ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
