On Mon, Dec 19, 2011 at 12:51 PM, Ian Kelly <[email protected]> wrote:
> On Mon, Dec 19, 2011 at 9:36 AM, Maxim Badika <[email protected]> wrote:
>> Hello all!
>>
>> i found that
>>
>> email_re.search(u'[email protected].') # with dot at the end of
>> address
>>
>> returns true. I think that is incorrect.
>> Thanks.
>
> That is actually correct, and it is equivalent to "[email protected]".
> 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 "[email protected].".
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 [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-developers?hl=en.

Reply via email to