Aug 28 10:57:22 production 83a5b18c66bc[1752]:
smtplib.SMTPRecipientsRefused: {'-reda...@laposte.net': (501, b'5.1.3 Bad
recipient address syntax')}
EmailValidator should not accept a hyphen as first caracter.
Note: Component set to "Utilities" but really I believe a "Validator"
Component should be available.
--
Ticket URL: <https://code.djangoproject.com/ticket/31959>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* type: Uncategorized => Cleanup/optimization
* resolution: => wontfix
Comment:
Thanks for this ticket, however we discussed a similar case in #25452 and
the consensus on the [https://groups.google.com/d/topic/django-
developers/ASBJ0ge2KYo/discussion mailing list] was to simplify the
validation, not make it more comprehensive.
--
Ticket URL: <https://code.djangoproject.com/ticket/31959#comment:1>
Comment (by James Pic):
Thanks to you Felix, I now know that EmailField is deliberately broken and
untrustable.
However, this needs to be properly documented, and inaccuracies in the
documentation must be fixed.
Following-up on this ticket : https://code.djangoproject.com/ticket/31960
--
Ticket URL: <https://code.djangoproject.com/ticket/31959#comment:2>