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:
parent
88e7fa3adb
commit
262ad86dba
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue