> I have users that login like such:
> 
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> 
> Is there an easy way to rewrite the realm portion to fix this problem?

to obtain "[EMAIL PROTECTED]": RewriteUsername s/ .*<.*>$//
to obtain only "user": RewriteUsername s/\@.+$//

It should be adequate.

Regards,
-- 
Jean-Claude Christophe / [EMAIL PROTECTED]
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to