Bill, > I'm running 2.5.1-pre1 and for testing I have set the following relevant > parts in my amavisd.config: > > $bypass_decode_parts = 1; > > $keep_decoded_original_re = 0; > [EMAIL PROTECTED] = (\$keep_decoded_original_re); > [EMAIL PROTECTED] = ( ... );
If you have $bypass_decode_parts=1, there is no need to also disable @decoders or to worry about @keep_decoded_original_maps, the $bypass_decode_parts overrules @decoders, and the @keep_decoded_original_maps becomes irrelevant .... ... but it doesn't hurt to disable them if you like. > I appears to be working as planned. ... > Thanks Mark, I'll let you know if I see anything strange since making > the upgrade and amavisd.config changes. Thanks for trying it out, feedback is welcome! Mark ------------------------------------------------------------------------- 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/
