Skip to content

Commit aa702c1

Browse files
committed
Merged in [9619] from rjsparks@nostrum.com:
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. - Legacy-Id: 9623 Note: SVN reference [9619] has been migrated to Git commit 8218a59
2 parents 0d57231 + 8218a59 commit aa702c1

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)