> I re-formatted my squid.conf file so that it would be easier to read,
> and it seemed to have broken some things.
>
> Is the following valid syntax ??
>
> acl CHAT url_regex -i .icq.com
> acl CHAT url_regex -i .msg.yahoo.com
> acl CHAT url_regex -i messenger.yahoo
> acl CHAT url_regex -i webmessenger
> acl CHAT url_regex -i .webmessenger
> acl CHAT url_regex -i .webmessenger.msn.com
> acl CHAT url_regex -i .messenger.*
> acl CHAT url_regex -i gateway.dll
> acl CHAT url_regex -i messenger.msn
> acl CHAT url_regex -i mirc
> acl CHAT url_regex -i icq.com
> acl CHAT url_regex -i go.icq
> acl CHAT url_regex -i miranda-im.org
>
> Or do I have to put them all on the same line .. ?
> ie acl CHAT url_regex -i .icq.com .msg.yahoo.com .......
>
- Use a 'file' based expression as in :
acl chatsites url_regex -i "/usr/local/squid/etc/chatsites"
Then put everything in that file.
M.