On 29 Sep 2008, at 14:01 , [EMAIL PROTECTED] wrote:
> Is this a valid email address?
>
>   [EMAIL PROTECTED]
>
> I received it on an external form, but Django admin for Users seem to
> accept it as well... (0.96).
>
> -- bjorn

Mail address validation is usually a waste of time anyway. Just check  
that it has basic well formedness (an @ and a dot after it), more  
complex schemes will have lots of false negatives, and a validation  
with no false negative is mind-boglingly complex

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to