![](https://secure.gravatar.com/avatar/2bb835977f5cc999fb2252528cf6634c.jpg?s=120&d=mm&r=g)
16 Oct
2017
16 Oct
'17
4:04 p.m.
Is there a way to set regex config based on policy or groups?
I'd like to do something like ..
if (hostname != "example_host"){
$config['bad_ifalias_regexp'][] = "/^$/";
}