#3138: isValidEmail accepts non-wellformed e-mail address. SMTP 'VRFY' and MX/A
DNS lookup provides better validation.
-----------------------------------------+----------------------------------
   Reporter:  [EMAIL PROTECTED]          |                Owner:  adrian        
        
     Status:  closed                     |            Component:  Validators    
        
    Version:                             |           Resolution:  wontfix       
        
   Keywords:  email validator smtp vrfy  |                Stage:  Design 
decision needed
  Has_patch:  0                          |           Needs_docs:  0             
        
Needs_tests:  0                          |   Needs_better_patch:  0             
        
-----------------------------------------+----------------------------------
Changes (by mtredinnick):

  * status:  new => closed
  * resolution:  => wontfix

Comment:

 We cannot use VRFY, since it is usually turned off for privacy and spam
 reasons.
 
 I think Michael's validator is probably something to put in the wiki and
 point people to who want something more than the simple regular expression
 and who are willing to wait for the DNS lookup (which can be slow and, as
 Michael points out, fail temporarily). We are just trying to catch the
 most fundamental errors with the reg-exp. If you really want to verify
 that an email address is correct, send them an email and require a reply.
 
 No core additions needed here, for those reasons.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3138#comment:6>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to