Merged in [10363] from rjsparks@nostrum.com:

email_iana needs to leave address generation to mailtrigger and not try to rewrap the address.  This should be patched into production.
 - Legacy-Id: 10368
Note: SVN reference [10363] has been migrated to Git commit 262ad86dba
This commit is contained in:
Henrik Levkowetz 2015-11-02 06:05:07 +00:00
commit e0c89e68b9

View file

@ -332,7 +332,7 @@ def email_iana(request, doc, to, msg, cc=None):
extra["X-IETF-Draft-string"] = doc.name
extra["X-IETF-Draft-revision"] = doc.rev
send_mail_text(request, "IANA <%s>" % to,
send_mail_text(request, to,
parsed_msg["From"], parsed_msg["Subject"],
parsed_msg.get_payload(),
extra=extra,