From 33baa215b8af89b42362a814854ec22be4e0eddb Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Wed, 3 Oct 2012 08:52:24 +0000 Subject: [PATCH] Send new draft revision notifications to iab-stream@iab.org as per IABs request - Legacy-Id: 4889 --- ietf/submit/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/submit/utils.py b/ietf/submit/utils.py index 6152bc43c..09eb0a34a 100644 --- a/ietf/submit/utils.py +++ b/ietf/submit/utils.py @@ -268,7 +268,7 @@ def announce_new_versionREDESIGN(request, submission, draft, state_change_msg): to_email.append(draft.ad.role_email("ad").address) if draft.stream_id == "iab": - to_email.append("IAB ") + to_email.append("IAB Stream ") elif draft.stream_id == "ise": to_email.append("Independent Submission Editor ") elif draft.stream_id == "irtf":