> From: Roland de Greef [SMTP:Roland.de.Greef@info.bibliongein.nl]
>
> The problem is if i use the line ^http://*.*chat*.*/ in an acl-ban list.
>
These are Unix REs, not filename REs.
> That not only the url is processed but also the url path and that's not my
>
Then you'll need to match on [^/].
> intension. Another strange thing is that this command also blocks url with
> the word chat before the '.'.
>
You haven't matched .; you have asked for http:, two or MORE
/s, any number of abitrary characters, cha, one or
more t's, any number of arbitrary characters.
Received on Fri Sep 03 1999 - 11:43:06 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:15 MST