<div dir="ltr"><div><div><div><div>Hi Amos,<br><br></div>I tried troubleshooting you've mentioned. I just enabled one file containing regexes.<br></div>I've measured it:<br>root@OpenWrt:~# wc -c /etc/squid/blacklists/regex_allow<br>1636 /etc/squid/blacklists/regex_allow<br><br></div>Since the whole file is 1636 bytes, I assume ever line of regexes is in must be smaller than that.<br></div><div>Starting up squid I'm getting these:<br><br>2015/05/04 23:17:44| aclParseRegexList: Invalid regular expression '(.*(acoon\.de|openacoon\.de|omgili\.com|youtube\.com|slug\.ch|\/search\?|mister-wong\.de|mister-wong\.com|abacho\.|seekport\.|flickr\.com|altavista|ask\..com|answers\.com|clusty\.com|exalead\.com|metacrawler|dogpile|lycos|google|yahoo|dmoz|search\.|wikise': Unmatched ( or \(<br><br></div><div>I've created a file with just that part in the error message, and it seems to be 256 bytes (wc -c again).<br></div><div>Isn't that possible, that this is the limit, you've mentioned?<br><br></div><div>Thanks,<br></div><div>Balazs<br></div><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-04 18:10 GMT+02:00 Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 4/05/2015 10:02 p.m., Amos Jeffries wrote:<br>
> On 4/05/2015 4:49 a.m., Balázs Szabados wrote:<br>
>> Hi,<br>
>><br>
>> I'm trying to hook up these regex files for url filtering:<br>
>> <a href="http://www.squidguard.org/Doc/Examples/08.expressionlist" target="_blank">http://www.squidguard.org/Doc/Examples/08.expressionlist</a><br>
>> <a href="http://www.squidguard.org/Doc/Examples/09.whiteexpression" target="_blank">http://www.squidguard.org/Doc/Examples/09.whiteexpression</a><br>
>><br>
<br>
</span>Looking at those files, they contain single pattern lines exceeding 2KB<br>
in length.<br>
<br>
Squid will not read more than 2048 bytes on any single file line.<br>
Including the line terminator. The result will be that the regex parser<br>
is presented with a truncated line.<br>
<div class="HOEnZb"><div class="h5"><br>
Amos<br>
<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>