<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-forward-container">Hi,<br>
<br>
<div class="moz-cite-prefix">Il 11/04/2016 15:46, Dino Edwards ha
scritto:<br>
</div>
<blockquote
cite="mid:13937A461B5E0A40810939402AE476D601372B56B7@hdgexchange.deeztek.com"
type="cite">
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Can
you paste your banned file configuration?<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p></o:p></span></p>
</blockquote>
$banned_filename_re = new_RE(<br>
<br>
### BLOCKED ANYWHERE<br>
qr'.\.(pif|scr|js|rar|exe|com|cmd|vbs)$'i,<br>
qr'^application/x-msdownload$'i, # block these MIME types<br>
qr'^application/x-msdos-program$'i,<br>
qr'^application/hta$'i,<br>
# double extension<br>
qr'\.[^./]*[A-Za-z][^./]*\.\s*(vbs|pif|scr|bat|cmd|com|cpl|exe)[.\s]*$'i,<br>
<br>
);<br>
<br>
<div class="moz-signature">Some time ago this happened with rar
files too, so I blocked them (as we don't use rar, and didn't
have much time to investigate)<br>
<br>
BTW, this happens with version 2.8.0 and 2.9.1 on a Centos5 and
a Centos 6.7 respectively installed from third party
repositories (DAG and FedoraProject)<br>
<br>
Alessandro<br>
</div>
<br>
</div>
<br>
</body>
</html>