Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 97723

Summary: mailmin email adress invalid / not valid
Product: Gentoo Linux Reporter: Ralf Kraemer <ralf_kraemer>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal CC: klasikahl
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 60464    
Bug Blocks:    

Description Ralf Kraemer 2005-07-02 08:01:58 UTC
The Regular Expression for checking the email adresse when creating or editing 
must be updated.
old :ereg("^[a-zA-Z0-9]+@[a-zA-Z0-9]+\\.[a-zA-Z0-9]+", $email1)
new :ereg("^[a-zA-Z0-9]{1}[a-zA-Z0-9\._-]*@[a-zA-Z0-9_
Comment 1 Ralf Kraemer 2005-07-02 08:01:58 UTC
The Regular Expression for checking the email adresse when creating or editing 
must be updated.
old :ereg("^[a-zA-Z0-9]+@[a-zA-Z0-9]+\\.[a-zA-Z0-9]+", $email1)
new :ereg("^[a-zA-Z0-9]{1}[a-zA-Z0-9\._-]*@[a-zA-Z0-9_äöü\.-]*[a-zA-Z0-9-]{2,}\.
[a-z]{2,4}$", $email1)

its not complete for idn domains but its a first try.

Reproducible: Always
Steps to Reproduce:
1.try adding an idn email adress
2.
3.

Actual Results:  
Address entered is not valid

Expected Results:  
changing adress
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-07-02 10:36:26 UTC
Reassigned, maintainer apparently inactive.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-04 14:44:36 UTC
Pending removal from portage...