Actions
Feature #2509
openAdd support to have more than one condition to match a rule
Effort:
low
Difficulty:
medium
Label:
Description
Sometime you want to disable or enable a rule if it matches a regex AND is from a specific file or group. One way to archive this behavior is the support of specify more than one matcher per line in {enable,disable}.conf.
A config line could start with "multi:" followed by semicolon separated list of sub-matchers
Actions