Skip to content

Commit 262ad86

Browse files
committed
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
1 parent 88e7fa3 commit 262ad86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/mails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def email_iana(request, doc, to, msg, cc=None):
332332
extra["X-IETF-Draft-string"] = doc.name
333333
extra["X-IETF-Draft-revision"] = doc.rev
334334

335-
send_mail_text(request, "IANA <%s>" % to,
335+
send_mail_text(request, to,
336336
parsed_msg["From"], parsed_msg["Subject"],
337337
parsed_msg.get_payload(),
338338
extra=extra,

0 commit comments

Comments
 (0)