I confirmed that I can send email to `aur.@feezback.com`.
--
Ticket URL: <https://code.djangoproject.com/ticket/27932>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => MisRob
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/27932#comment:1>
* status: assigned => closed
* resolution: => invalid
Comment:
I would say it is perfectly fine that this e-mail didn't pass through
e-mail validation because dot character is not allowed as the last
character of the email local-part.
Pls. see https://tools.ietf.org/html/rfc5322, sections 3.4.1, 3.2.3, 3.2.4
and 4.4.
Maybe some mail servers still allow this obsolete syntax but this fact
surely doesn't mean EmailValidator should accept it.
--
Ticket URL: <https://code.djangoproject.com/ticket/27932#comment:2>
* cc: robosova.michaela@… (added)
* component: Uncategorized => Core (Mail)
--
Ticket URL: <https://code.djangoproject.com/ticket/27932#comment:3>
Comment (by Tim Graham):
By the way, #26423 will change `EmailValidator` to use HTML5 validation.
That validation is more liberal and may accept this address.
--
Ticket URL: <https://code.djangoproject.com/ticket/27932#comment:4>
* resolution: invalid => duplicate
Comment:
Oh, that's a good point! I had no idea about this, sorry. It seems to be a
nice idea to simplify the validation. Anyone can use custom regex if
needed. So I guess it will be better to close this one as duplicate to
#26423.
--
Ticket URL: <https://code.djangoproject.com/ticket/27932#comment:5>
* type: Uncategorized => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/27932#comment:6>