On Fri, Jul 13, 2001 at 05:34:32PM +0200, Kaalh! wrote:
> > On Fri, Jul 13, 2001 at 01:57:49AM -0700, Eric Paynter wrote:
> > > On July 13, 2001 12:13 am, you wrote:
> > There are stupid clients around not alowing @ to be part of the pop3 login
> > name.
> int i;
> for(i=0; i  < tmp.len; i++) {
>    if(tmp.s[i] == '%') tmp.s[i] = '@';
> }

Why not just use another way to generate the uids. domain.com-user is very
common, and I'm more than happy with this scheme.

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany               *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

Reply via email to