Hi!

> > Let's say: myrealm:[EMAIL PROTECTED]
> >
> > RewriteUsername    s/^myrealm:(\S+)\@t-online.de$/$1\@myrealm/

> But your solution doesn't really
> work. I am using right now something like 5 different realms for
> different purposes, so I don't know the 'initial' realm of
> [EMAIL PROTECTED]

Regular expressions are really powerful, so try:

RewriteUsername    s/^(\S+)#(\S+)\@t-online.de$/$1\@$2/

-- 
MfG/Best regards, Kurt Jaeger                                  17 years to go !
LF.net GmbH        fon +49 711 90074-23  [EMAIL PROTECTED]  
Ruppmannstr. 27    fax +49 711 90074-33
D-70565 Stuttgart  mob +49 171 3101372
===
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