> I have created an external helper that return OK a=note1
>
> What is the correct line to retrieve the correct note ?
acl annotatedWithANote1 note a note1
http_access deny annotatedWithANote1
Alex.
> acl aclname note [-m[=delimiters]] name [value ...]
> # match transaction annotation [fast]
> # Without values, matches any annotation with a given name.
> # With value(s), matches any annotation with a given name that
> # also has one of the given values.
Thanks, works like a charm
Helper answer OK mykey=note1
Acl mynote note mykey note1
http_access deny mynote
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users