On Thu, 18 Mar 2004 13:31:41 -0800, "Jonathan Mergy" <[EMAIL PROTECTED]> wrote:


I just joined the list and have been using clamav with my
postfix/amavisd/spamasassin system for a while now.

I read some items in the list archives about the passworded zip problems.
What is the status on this and how can I help?
As long as you are using amavisd-new-20030616-p8 you can add the following setting to block all encrypted archives:

$banned_filename_re = new_RE(
  qr'^UNDECIPHERABLE$',  # is or contains any undecipherable components
);


Just add it into your existing $banned_filename_re and restart amavisd. Thanks, JT



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to