Ralf, > > amavis[25646]: (25646-15) (!)Decoding of p003 (Zip archive > > data, at least v2.0 to extract) failed, leaving it unpacked: > > Compress::Raw::Zlib version 2.017 required--this is only version 2.015 at > > (eval 114) line 467. Aug 13 15:51:20 mail-ausfall amavis[25646]: > > (25646-15) truncating a message passed to SA at 205879 bytes, orig > > 7717537 > > DOCX files are compressed ZIP files. > > > How can I unzip those? Do I really need to upgrade to 2.017, since > > even Debian unstable only has 2.015-2 :/ > > I'm afraid so. Have fun, it really sucked backporting 2.020 to lenny.
You can remove the requirement in file amavisd: # avoid DoS vulnerability in < 2.017 Compress::Raw::Zlib->VERSION(2.017); # required minimal version, or die and hope the DoS does not happen. Mark ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/
