#35033: EmailMessage repeats header if provided via the headers kwargs
-------------------------------------+-------------------------------------
     Reporter:  Aalekh Patel         |                    Owner:  Mike
                                     |  Edmunds
         Type:  Bug                  |                   Status:  closed
    Component:  Core (Mail)          |                  Version:  dev
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  email, headers,      |             Triage Stage:  Ready for
  compat32                           |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):

 * resolution:   => fixed
 * status:  assigned => closed

Comment:

 In [changeset:"b9098538a966fdc1f2b5ee51c094ca3de4db6344" b909853]:
 {{{#!CommitTicketReference repository=""
 revision="b9098538a966fdc1f2b5ee51c094ca3de4db6344"
 Fixed #35033, Refs #28912 -- Fixed repeated headers in EmailMessage.

 Fixed a regression which would cause multiple To, Cc, and
 Reply-To headers in the result of EmailMessage.message() if
 values were supplied for both to/cc/reply_to and the
 corresponding extra_headers fields.

 Updated related tests to check the generated message() has
 exactly one of each expected header using get_all().

 Regression in b03d5002955256c4b3ed7cfae5150eb79c0eb97e.
 }}}
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35033#comment:37>
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/01070190a0615767-0f6e8ded-5bb1-4427-bf8a-cb992169347a-000000%40eu-central-1.amazonses.com.

Reply via email to