On Wednesday 27 February 2008, Andreas Granig wrote:
it matches the
request URI user against the black/ whitelist entries. For
the user information (check_user_blacklist) any pseudo-variable can be
used.
Is there any pattern matching support, e.g. fnmatch, which I can use in
the entries?
Hi Andreas,
no there is no such support. The only matching that is done is for the longest
prefix.
Cheers,
Henning