Skip to content

Commit 370f9ef

Browse files
committed
Merged in [8506] from rjsparks@nostrum.com:\n change default notify address for IRTF stream documents. Fixes bug ietf-tools#1489.
- Legacy-Id: 8533 Note: SVN reference [8506] has been migrated to Git commit 31da337
2 parents 4fda60a + 31da337 commit 370f9ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/doc/views_draft.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ def change_stream(request, name):
235235
if new_stream != old_stream:
236236
if new_stream and new_stream.slug and new_stream.slug == "irtf":
237237
if not doc.notify:
238-
doc.notify = "irtf@irtf.org"
239-
elif "irtf@irtf.org" not in doc.notify:
240-
doc.notify += ", irtf@irtf.org"
238+
doc.notify = "irsg@irtf.org"
239+
elif "irsg@irtf.org" not in doc.notify:
240+
doc.notify += ", irsg@irtf.org"
241241

242242
save_document_in_history(doc)
243243

0 commit comments

Comments
 (0)