Hello,
 
We have been using squidguard for a while without any problems, however of late I have changed the config file to include something like the following:
 
dest porn {
         urllist /etc/porn_url_list
         domainlist /etc/porn_domain_list
}
 

src 1test1 {
         user test1
}
 
acl {
         1test1 {
                 pass !porn all
        }
        default {
                pass none
                redirect http://10.1.1.100/message.cgi?%a
        }
}
..and squidguard dies when trying to read this config. On investigation we have determined that squidguard doesn't like a label that begins with a number. According to the documentation this should be fine as far as I can tell. Is this correct? As I have users that I match to the src labels, I really need them to be able to start with numbers, is this possible?
 
Thanks and regards,
 
Andrew.

Reply via email to