2 messages in net.sourceforge.lists.courier-users[courier-users] Courier's userdb (perl)
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:[courier-users] Courier's userdb (perl)Actions...
From:Jani Ollikainen (jani@pronetko.fi)
Date:Sep 19, 2007 5:01:42 am
List:net.sourceforge.lists.courier-users

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\.\-\_]+$/;