Skip to content

Commit ecd69a1

Browse files
committed
Quit putting the group email list address in the initially generated Notify field
- Legacy-Id: 9541
1 parent 635b700 commit ecd69a1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/doc/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,6 @@ def get_initial_notify(doc,extra=None):
487487
for editor in Email.objects.filter(role__name="editor", role__group=doc.group):
488488
receivers.append(editor.address)
489489

490-
if doc.group.list_email:
491-
receivers.append(doc.group.list_email)
492-
493490
receivers.append("%s@%s" % (doc.name, settings.DRAFT_ALIAS_DOMAIN))
494491
receivers.append("%s.ad@%s" % (doc.name, settings.DRAFT_ALIAS_DOMAIN))
495492
receivers.append("%s.shepherd@%s" % (doc.name, settings.DRAFT_ALIAS_DOMAIN))

0 commit comments

Comments
 (0)