Hi!

I noticed the following problem:

I have a

<Handler Realm=/^net(cologne|aachen)\.de$/i>
         ...
</Handler>

or alternatively

<Realm /^net(cologne|aachen)\.de$/i>
         ...
</Realm>

defined.  I expected those to match on [email protected] and
[email protected], but my logs show, that also [email protected]@foo
(with two @ signs in the User-Name) gets access here.

I'd like to keep out users with multiple "@" signs in their
User-Name.  Any idea how to enforce this?

In the manual I found the difference between %R (everything following
the _first_ @ sign in the User-Name) and %K (everything following the
_last_ @ sign in the User-Name), so there seems to be some logic about
multiple @ signs, but how can I use this for my Realm matching?

Tschoeeee

        Roland
_______________________________________________
radiator mailing list
[email protected]
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to