Marc van Selm wrote:
>>acl example.com dstdom_regex -i [^:]*://[^:/]*example\.com[:/].*
>This doesn't seem right to me. dstdom_regex works for the domain and not
the
>whole URL.
>You might want to use:
>acl example.com ulr_regex -i [^:]*://[^:/]*example\.com[:/].*
>or:
>acl example.com dstdom_regex \.example\.com$
OK, but does dstdomain match subdomains? IE, will "acl x dstdomain bar.com"
match "foo.bar.com"? Or is dstdom_regex required to do this?
Bob
Received on Wed Apr 21 1999 - 07:56:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:54 MST