<div dir="ltr">I just want to warn you because 7zip cannot decode corruption zip and will not even list files in it.<div>It's why i switch back to unzip to decode zip.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-10 20:04 GMT+02:00 Maurizio Marini <span dir="ltr"><<a href="mailto:maumar@datalogica.com" target="_blank">maumar@datalogica.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 6 May 2016 15:24:10 +0000<br>
"Kirchner, Patrick" <<a href="mailto:KirchnerPA@lakeland.edu">KirchnerPA@lakeland.edu</a>> wrote:<br>
<br>
> An infected .js file in a .zip file that made its way through the email<br>
> server was luckily blocked by antivirus on my wife's Mac, so I'd really like<br>
> to be able to block such files.  I can provide an sample of one of the .js<br>
> files if it would be helpful.<br>
<br>
</span>Hello Patrick<br>
I had the same issue, you have to raise log level, then you can check if zip<br>
file is unzipped; js are blocked, but ziped files should be opened<br>
 I solved by installing p7zip<br>
this is not enough, you should configure amavis to use it whan you receive zip<br>
attachments<br>
I used this<br>
<br>
unshift(@decoders,<br>
  ['zip',  \&Amavis::Unpackers::do_7zip, ['7z','7za'] ],<br>
);<br>
<br>
I am not  an expert at all, I am very lame and I can't say this is the<br>
proper solution, what I note was that after this configuration zipped<br>
attachments were correctly opened<br>
<span class="HOEnZb"><font color="#888888"><br>
-m<br>
</font></span></blockquote></div><br></div>