Package: squidguard
Version: 1.2.0-8.2

We use squidGuard to filter unwanted domains, urls and file types.

I don't know exactly, when it happened, however squidGuard no longer filters files based on expression (It did before!). For example, we need to filter out executable files. We use this rule:

dest exec {
        domainlist      custom/exec/domains
        expressionlist  custom/exec/expressions
        redirect http://10.2.2.29/proxy/upozor-video.html
        log exec.log
        }



The expressions file in custom/exec looks like this:
(.*)(cab|com|exe|img|iso|ocx|cpl)($|\?)


The domains-based blocking works, moreover the expressions based porn blocking works. However, I can't simply block files by their suffix. Am I doing something wrong?

Peter


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to