Nikos Voutsinas wrote:
Besides the obvious workaround, i.e. split the rule into two ACLs, one with the val.regex and another without, I am not sure that I understand how the other special controls (break, continue) can help with this case. Am I missing sth?
Each ACL implicitly ends with "by * none" which would stop ACL processing. So you need to add an explicit "by * break" if you want to pass the control flow to the next ACL.
Ciao, Michael.