On Sat, April 5, 2008 11:28 pm, Gary V wrote:
> On 4/5/08, Voytek Eymont wrote:

> It was rejected because it's an .exe file. You might move it up, before
> this:
>
>
> ### BLOCKED ANYWHERE
> # qr'^UNDECIPHERABLE$',  # is or contains any undecipherable components
> qr'^\.(exe-ms|dll)$',                   # banned file(1) types,
> rudimentary # qr'^\.(exe|lha|tnef|cab|dll)$',         # banned file(1)
> types


Gary, thanks

I currently have the 3rd option uncommented as in:

### BLOCKED ANYWHERE
# qr'^UNDECIPHERABLE$',  # is or contains any undecipherable components
# qr'^\.(exe-ms|dll)$',                   # banned file(1) types, rudimentary
  qr'^\.(exe|lha|tnef|cab|dll)$',         # banned file(1) types


are you saying I need to move these two '###' blocks below ahead of the
above block withing the conf file ?

----
### BLOCK THE FOLLOWING, EXCEPT WITHIN UNIX ARCHIVES:
  [ qr'^\.(gz|bz2)$'             => 0 ],  # allow any in gzip or bzip2
  [ qr'^\.(rpm|cpio|tar)$'       => 0 ],  # allow any in Unix-type archives

  qr'.\.(pif|scr)$'i,                     # banned extensions - rudimentary
# qr'^\.zip$',                            # block zip type

### BLOCK THE FOLLOWING, EXCEPT WITHIN ARCHIVES:
  [ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ],  # allow any within these archives

  qr'^application/x-msdownload$'i,        # block these MIME types
  qr'^application/x-msdos-program$'i,
  qr'^application/hta$'i,

----



-- 
Voytek


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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