Skip to content

Commit 8218a59

Browse files
committed
Copy the RFC Editor on new version messages for drafts in any stream if the RFC Editor is already working on the draft. Fixes bug ietf-tools#1700. Commit ready for merge.
- Legacy-Id: 9619
1 parent 85cfe0e commit 8218a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def announce_new_version(request, submission, draft, state_change_msg):
120120
to_email.append("IRSG <irsg@irtf.org>")
121121

122122
# if it has been sent to the RFC Editor, keep them in the loop
123-
if draft.get_state_slug("draft-iesg") in ("ann", "rfcqueue"):
123+
if draft.get_state_slug("draft-rfceditor") is not None:
124124
to_email.append("RFC Editor <rfc-editor@rfc-editor.org>")
125125

126126
active_ballot = draft.active_ballot()

0 commit comments

Comments
 (0)