MJ,

> ...Few weeks ago I uncommented following line of my
> amavisd.conf to allow .exe files in zip format. I have tested simply by
> compressing single exe file and sending it thourgh my mail server and it
> was successfully deliver.
> [ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ],  # allow any within such archives

> Today, one our users tried send a zip files containing bunch of files
> (some of them were .exe and .zip also), but the sender received a
> bounced message with following error.
> - BANNED: multipart/mixed |
>   application/x-zip-compressed,.zip,RouterSim.zip |
>   .exe,.exe-ms,RouterSim2....

Make sure the rule [qr'^\.(zip|rar|arc|arj|zoo)$'=> 0] stands in the
list _before_ rules that are blocking .exe and .exe-ms, such as:

  qr'.\.(exe|vbs|pif|scr|bat|cmd|com|cpl)$'i,
  qr'^\.(exe-ms)$',
  qr'^\.(exe|lha|tnef|cab|dll)$',

Mark


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
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/

Reply via email to