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

Reply via email to