* Erwann PENCREACH <erwann.pencre...@ch-chaumont.fr>:

> acl checkua browser -i ^.*Mozilla/.*$ ^Keyvelop$ ^ClamWin/.*$
> http_access deny !checkua

...

> In case I'm using MSIE, I shouldn't have my access granted, but I have,
> and getloggeduser.sh generate a log line.
>
> what's wrong ?

What useragent does MSIE use?

Here it uses:
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 
2.0.50727; .NET CLR 3.0.04506.30)"
which matches

"^.*Mozilla/.*$" (or shorter : "Mozilla/")

Reply via email to