Skip to content

Commit 4aef918

Browse files
committed
Small beautification: include "RFC Editor" in email address when emailing the RFC Editor
- Legacy-Id: 4906
1 parent 79212ba commit 4aef918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/idrfc/mails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def email_stream_changed(request, doc, old_stream, new_stream, text=""):
6464
url=settings.IDTRACKER_BASE_URL + doc.get_absolute_url()))
6565

6666
def email_pulled_from_rfc_queue(request, doc, comment, prev_state, next_state):
67-
send_mail(request, ['IANA <iana@iana.org>', 'rfc-editor@rfc-editor.org'], None,
67+
send_mail(request, ["IANA <iana@iana.org>", "RFC Editor <rfc-editor@rfc-editor.org>"], None,
6868
"%s changed state from %s to %s" % (doc.name, prev_state.name, next_state.name),
6969
"idrfc/pulled_from_rfc_queue_email.txt",
7070
dict(doc=doc,

0 commit comments

Comments
 (0)