Bill, > After sending my last response, I started wondering why the missing > Convert::BinHex module was not an issue for amavisd-new until after the > upgrade from v2.6.2 to v2.6.3-rc2, if "not used directly by amavisd", as > you state above? SpamAssassin v3.2.5 was running both before and after > the amavisd-new upgrade, so the only thing that changed was amavisd-new.
The only difference is the warning message now written to stderr. Previously the problem would go by unnoticed. If it somehow worked before, it still works now (despite a warning), and if it didn't work before, it still doesn't. The warning pops up in the following situation: some optional module loading is attempted by amavisd. If it doesn't exist, nothing happens, it just does not get loaded. But if it does exist, but during its loading some error occurs, then you receive a warning on stderr during amavisd startup. The Convert::BinHex module is only used by MIME-Tools module when it encounters a Mac binhex-encoded part. It is likely that your site never received such attachment, and even if it did, you probably didn't notice a MIME warning about nondecodable part. I wonder how common such situations arise and whether it would be better not to issue a warning as before and avoid bewildering people. 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/