The filter consists of a regex in a parentheses that must match the generated string for the rule to apply.
For example:
(.*%admin)
matches any string that ends in %admin
(.*@SOME.DOMAIN)
matches any string that ends in @SOME.DOMAIN
The filter consists of a regex in a parentheses that must match the generated string for the rule to apply.
For example:
(.*%admin)
matches any string that ends in %admin
(.*@SOME.DOMAIN)
matches any string that ends in @SOME.DOMAIN