For what it's worth, I modified my config file so that a couple of
source names start with a number, and I get a parse error in config
file pointing at the line with the source definition. (I'm running
1.1.4)
You mentioned that you have users that you match to the source
labels, yet in the example that you've given the user is "test1" and
the label is "1test1". Are you saying that the source label that
matches the user ("test1") will not work either?
Do you really have your domainlist and urllist files in the /etc
directory?
Rick
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of andrew
hall
Sent: Tuesday, February 19, 2002 3:25 AM
To: [EMAIL PROTECTED]
Subject: Maybe a bug in version 1.1.4 and 1.2
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.