Package: squidguard
Version: 1.4-2

My default ACL with 'within' keyword is not work properly and time 'within'
never happen.
I have checked the time interval and have made sure it is correct.
Others non default ACL with same 'within' interval does work property.

Here is my test configuration:

dbhome /var/lib/squidguard/db
logdir /var/log/squid
time freetime {
    weekly mtwhf 00:00-09:00
    weekly mtwhf 13:45-14:00
    weekly mtwhf 18:00-23:59
    weekly sa    00:00-23:59
}
dest news {
    domainlist  shallalist/BL/news/domains
    urllist     shallalist/BL/news/urls
    log         blocked.log
}
acl {
    default within freetime {
        pass    all
    } else {
        pass    !news all
        redirect
http://squidguard.localnet/cgi-bin/squidGuard?clientaddr=%a&clientname=%n&clientident=%i&srcclass=%s&targetclass=%t&url=%u
    }
}
# end of file

I have found this bug in fresh Debian 6.0.3 installed within OpenVZ
container which running on Proxmox server.

-- 
Best wishes.

Reply via email to