Hello and happy new year, It seems that there is a problem with RewriteUsername function. When I try to rewrite something like @domain (@ next to a word) I get an error. Example:
Using RewriteUsername s/^(.*)@domain$/$1/ I get the following error while authenticating user@domain ERR: Error while rewriting username user@domain: Global symbol "@domain" requires explicit package name at (eval 172) line 1. If I use RewriteUsername s/^(.*)@[d]omain$/$1/ the rewriting succeedes. The same happens for every word after the @. Is this a bug, or I'm missig something? Regards Vangelis _______________________________________________ radiator mailing list [email protected] http://lists.open.com.au/mailman/listinfo/radiator
