email_iana needs to leave address generation to mailtrigger and not try to rewrap the address. Commit ready for merge. This should be patched into production.

- Legacy-Id: 10363
This commit is contained in:
Robert Sparks 2015-11-02 03:35:40 +00:00
parent 88e7fa3adb
commit 262ad86dba

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,