Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.6

Bug #10044 email validation bug
Submitted: 2007-02-07 11:08 UTC
From: ronin_san at rednoize dot com Assigned: davidc
Status: Closed Package: Validate (version CVS)
PHP Version: Irrelevant OS: suse/mandrake
Roadmaps: 0.8.0    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2007-03-05 18:51 UTC
Package:
Bug Type:
Summary:
From: ronin_san at rednoize dot com
New email:
PHP Version: Package Version: OS:

 

 [2007-02-07 11:08 UTC] ronin_san at rednoize dot com (biophonc)
Description: ------------ script returns true when validating an (wrong) email but that's not the expected result. after the last period there should be max 4 letters valid(.mobi, .info, .name). Test script: --------------- <?php var_dump(Validate::email('iam.someone@example.commmmasd')); ?> Expected result: ---------------- false Actual result: -------------- true

Comments

 [2007-02-22 14:25 UTC] ash at hexmen dot com (Ash Searle)
TLDs are regularly added, so if anyone 'fixes' this, it should be considered temporary. Note: there are two 6-letter TLDs: 'travel' and 'museum' http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains
 [2007-02-26 19:14 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-02-26 21:44 UTC] ronin_san at rednoize dot com
@ash: I wasn't aware of 6 letter long domains when i have posted this. Good point - my fault. @david: that would be perfect! :)
 [2007-03-05 16:09 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-03-05 18:18 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-03-05 18:51 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!