18 Jan
2010
18 Jan
'10
3:38 a.m.
Matthias Cramer wrote:
Hi All
I have the following in my users file:
DEFAULT User-Name =~ ".+\.xy@example.com", Auth-Type := Accept, Proxy-To-Realm := "DONOTREALM"
This Regexp macthes not only user.xy@example.com but also useraxy@example.com.
Is this a bug, or do I have to escape the . in a different way ?
You may need two \\ Alan DeKok.