Parser problem?

2008-05-13 Thread Norbert Wegener
I don't want the module saneusername to be executed, when the username either contains HOST or ends with .net or contains @. Therefore in 2.0.4 I have this code in sites-available/default: authorize { if (!( %{User-Name} =~ /HOST/ || %{User-Name} =~ /.net/ || %{User-Name} =~ /@/ ))

Re: Parser problem?

2008-05-13 Thread Alan DeKok
Norbert Wegener wrote: I don't want the module saneusername to be executed, when the username either contains HOST or ends with .net or contains @. Therefore in 2.0.4 I have this code in sites-available/default: authorize { if (!( %{User-Name} =~ /HOST/ || %{User-Name} =~ /.net/