Escaped . does match any character

2010-01-18 Thread Matthias Cramer
Hi All I have the following in my users file: DEFAULT User-Name =~ .+\...@example.com, Auth-Type := Accept, Proxy-To-Realm := DONOTREALM This Regexp macthes not only user...@example.com but also user...@example.com. Is this a bug, or do I have to escape the . in a different way ? Regards

Re: Escaped . does match any character

2010-01-18 Thread Alan DeKok
Matthias Cramer wrote: Hi All I have the following in my users file: DEFAULT User-Name =~ .+\...@example.com, Auth-Type := Accept, Proxy-To-Realm := DONOTREALM This Regexp macthes not only user...@example.com but also user...@example.com. Is this a bug, or do I have to escape the

Re: Escaped . does match any character

2010-01-18 Thread Matthias Cramer
Hi Alan Alan DeKok wrote: Matthias Cramer wrote: I have the following in my users file: DEFAULT User-Name =~ .+\...@example.com, Auth-Type := Accept, Proxy-To-Realm := DONOTREALM This Regexp macthes not only user...@example.com but also user...@example.com. Is this a bug, or do I have