30 Jun
2010
30 Jun
'10
10:47 a.m.
BELLIERE Eric wrote:
Now I am trying to make a file by realm proxyied.
You can use the Realm name in the detail filename. That's why the filename is configurable in the "detail" module.
I have try this and works but I need to specify the exact realm.
Is it a way to configure a expression here?
$ man unlang
I would like to make an expression to replace abc.be and abcnet.be so only one line is nacessary (like realm == "~abc$") ?
See the above "man" page. You can use a regex. Alan DeKok.