26 Jan
2012
26 Jan
'12
4:46 p.m.
Hi,
Everything works perfect except the conditional checking for Client-Shortname. I tried using:
*if (Client-Shortname =~ /^localhost/) {*
thats wrong
It didn't work saying Client-Shortname as unknown attribute.
Again I tried using:
* if ("%{client: shortname}" =~ /^localhost/) {*
thats wrong too - why have you put a space in it? %{client:shortname} alan