MJ wrote: > Hi, > Can someone help me why I have this error in my logs?
> amavis[23470]: [ID 702911 mail.warning] (23470-01) Decoding of p002 (Zip > archive data , at least v1.0 to extract) failed, leaving it unpacked: IO > error: reading data : > MJ I would first determine what version of Archive::Zip you are using, run: perl -MArchive::Zip -e'print "$Archive::Zip::VERSION\n";' (you could also run 'amavisd debug' and look for Archive::Zip there) If your version is less than 1.14, upgrade Archive::Zip to at least 1.14. Let us know what version you had. If you do upgrade, run the command above (or 'amavisd debug') to insure the new version is found. Gary V ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ 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/
