What I do (not nesecarilly a solution for others) is to put these one-of exceptions is a separate 'dest' rule:
 
dest exceptions {
        domainlist localdb/exceptions
        expressionlist localdb/excexp
        log /usr/local/squidGuard/log/squidGuard.log
        }
...
acl {
        admin {
                pass all
        }
 
        default {
                pass exceptions !porn ... all
                redirect ...         }
         }
}
This gives me full control.
 
Good luck,
Jan.
----- Original Message -----
From: George
Sent: Thursday, February 28, 2002 9:22 AM
Subject: EXPRESIONLIST

 
 

I have to deny several files type for download.

My "expressions" is

 

\.(ra?m|mpe?g?|mov|movie|qt|avi|dif|dvd?|mpv2|zip|exe|pif|bat|rar|tar|tgz|gz|mp3|bas|com|cmd|chm|inf|jse|reg|s
cr|vb|vbs|vbe|ws|wsc|wsf|wsh)($|\?)

 

But I want to allow to download 2 files: "RunQuery.exe" and "*.i86.exe"

 

Please help me how to excluding this files from expressionist
 
Thank You
 
George

Reply via email to