diff --git a/ietf/submit/mail.py b/ietf/submit/mail.py index cb69182b5..72bf6ce8e 100644 --- a/ietf/submit/mail.py +++ b/ietf/submit/mail.py @@ -120,7 +120,7 @@ def announce_new_version(request, submission, draft, state_change_msg): to_email.append("IRSG ") # if it has been sent to the RFC Editor, keep them in the loop - if draft.get_state_slug("draft-iesg") in ("ann", "rfcqueue"): + if draft.get_state_slug("draft-rfceditor") is not None: to_email.append("RFC Editor ") active_ballot = draft.active_ballot()