Didn't work either :( On 6/8/07, squid3@xxxxxxxxxxxxx <squid3@xxxxxxxxxxxxx> wrote:
> That didn't work well > > I used \([1-9]|[1-4][0-9]|50\) and saw: > > 2007/06/07 18:23:10| Failed to select source for > 'http://www2.xxxxxx.com/2/AF/AA/Sol/last_photo.jpg' > 2007/06/07 18:23:10| always_direct = 0 > 2007/06/07 18:23:10| never_direct = 0 > 2007/06/07 18:23:10| timedout = 0 > > The pattern I found is that it just fails with units ([1-9]) the rest > works OK. What it could be? > > Tried to use [123456789] and it also fails. > > Cheers, > Santiago > Um, maybe something to do with branches in the match give this a test and see if it works better \([1-4]\([0-9]\)?|50|[5-9]\) Amos