2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier's userdb ...
FromSent OnAttachments
Jani OllikainenSep 19, 2007 5:01 am 
Sam VarshavchikSep 20, 2007 8:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier's userdb (perl)Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Sep 20, 2007 8:45:19 pm
List:net.sourceforge.lists.courier-users

Jani Ollikainen writes:

Hi,

Why userdb perl doesn't allow underscore (_) in email addresses?

It's trivial to edit it, but why it doesn't allow it by default?

There a line that is: unless $name =~ /^[\@a-zA-Z0-9\.\-]+$/;

And the edit is: unless $name =~ /^[\@a-zA-Z0-9\.\-\_]+$/;

A moment's thought can't come up with a valid reason to ban underscores in userids…