Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97723 - mailmin email adress invalid / not valid
Summary: mailmin email adress invalid / not valid
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 60464
Blocks:
  Show dependency tree
 
Reported: 2005-07-02 08:01 UTC by Ralf Kraemer
Modified: 2006-01-04 14:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...