#31784: Emails name over 75 characters are incompatible with the latest minor
versions of python 3.6/7/8.
-----------------------------+--------------------------------------
Reporter: Nick Orr | Owner: nobody
Type: Bug | Status: closed
Component: Core (Mail) | Version: 2.2
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+--------------------------------------
Changes (by felixxm):
* status: new => closed
* resolution: => invalid
Comment:
`name-addr` like other message headers has line length limit (see
[https://tools.ietf.org/html/rfc2822#section-2.1.1 RFC 2822]) on the other
hand it cannot contain CR and LF newline characters because they will be
vulnerable for header injection attacks (see
[https://bugs.python.org/issue39073 issue39073]). As far as I'm aware
there is not much we can do to keep it safe and allowed for the `name-
addr` longer than 78 chars.
--
Ticket URL: <https://code.djangoproject.com/ticket/31784#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.696de1cf95f74e68e1667ea9782bf080%40djangoproject.com.