Skip to content

Commit e0c89e6

Browse files
committed
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 262ad86
2 parents 5e7a896 + 262ad86 commit e0c89e6

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)