ignore me please.  Just answered my own question

int acl_match_sub(struct acl_test *test, struct acl_pattern *pattern)
{
...
    icase = pattern->flags & ACL_PAT_F_IGNORE_CASE;
    if (icase) {
...


The following ACL flags are currently supported :

  -i : ignore case during matching of all subsequent patterns.
  -f : load patterns from a file.
  -- : force end of flags. Useful when a string looks like one of the flags.


On Thu, Jul 15, 2010 at 3:30 PM, Ben Koski <[email protected]> wrote:
>
> hdr_sub seems to be case-sensitive.  Is there any way around this short of
using hdr_reg?
>
> Thanks,
> Ben

Reply via email to