On Mon, Dec 19, 2011 at 12:51 PM, Ian Kelly <ian.g.ke...@gmail.com> wrote:
> On Mon, Dec 19, 2011 at 9:36 AM, Maxim Badika <mibad...@gmail.com> wrote:
>> Hello all!
>>
>> i found that
>>
>> email_re.search(u'my...@mydomain.com.') # with dot at the end of
>> address
>>
>> returns true. I think that is incorrect.
>> Thanks.
>
> That is actually correct, and it is equivalent to "my...@domain.com".
> See RFC 3696.

Note that if you don't like reading specs, you could have tried it
yourself and see what happens. Send an email to "mibad...@gmail.com.".
I would be extremely surprised if a combination of email client/server
does not deliver that to you.

Regards,
Mike

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

Reply via email to