Scott McGee wrote:
> 
> Isn't it possible to write redirection rules for squidGuard that will mimic the way 
>Squirm redirects for Virulator?  I don't think
> Virulator will only work with Squirm, it is just the example that the author uses 
>(and gives the redirection rules for).
> 
> I am interested in using Virulator with squidGuard/Squid also, and I may have to 
>figure the redirection rules out myself... even
> knowing it won't catch SSL encrypted files.

I havn't tested this but after a quick look at
http://viralator.loddington.com/install.html I suggest doing something like:

dest virus {
        expressionlist  blacklists/virus/expressions
        log             virus.log
        redirect        http://[yourproxyip]/cgi-bin/viralator.cgi?url=%u
}

acl {
        default {
                pass     !virus all
                redirect http://.../cgi/squidGuard?...
        }


blacklists/virus/expressions should the look like:
\.(zip|exe|doc)$

Please let me know if you succeed.

-- 
Hilsen/Regards
P�l

-------------------------------------------------------------
Addr:   P�l Baltzersen, ElTele �st AS, Fredrik Selmers vei 2,
        P.O. Box 6299 Etterstad, N-0603 Oslo, Norway
Phone:  +47 23 18 10 00         Direct: +47 23 18 11 74
Fax:    +47 23 18 10 01         Mobile: +47 93 08 11 74
Mail:   [EMAIL PROTECTED]        [EMAIL PROTECTED]

Reply via email to