Coert,

> I am trying to get zip archives unblocked.
>
> I have checked in the config file, but apparently it is supposed to not
> be blocked:

> ### BLOCKED ANYWHERE
> # qr'^UNDECIPHERABLE$',  # is or contains any undecipherable components
>   qr'^\.(exe-ms|dll)$',                   # banned file(1) types,
> # qr'^\.(exe|lha|tnef|cab|dll)$',         # banned file(1) types
>
> ### BLOCK THE FOLLOWING, EXCEPT WITHIN UNIX ARHIVES:
> # [ qr'^\.(gz|bz2)$'             => 0 ],  # allow any in gzip or bzip2
>   [ qr'^\.(rpm|cpio|tar)$'       => 0 ],  # allow any in Unix-type arch
>   qr'.\.(pif|scr)$'i,                     # banned extensions rudimentary
> # qr'^\.zip$',                            # block zip type
>
> zip is commented, so why does it block it?

Probably because of something contained in that zip, like some executable.

Log should be able to tell more, at level 1 or above you can also
search for 'p.path' for additional information on blocked parts
(or at level 3 also for non-blocked parts, again under 'p.path').

  Mark

------------------------------------------------------------------------------
_______________________________________________
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