Skip to content

Commit 45cd878

Browse files
committed
Added the secretariat to the recipient list for publication request emails generated by the datatracker. Fixes issue ietf-tools#964.
- Legacy-Id: 5698
1 parent aff678b commit 45cd878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ietfworkflows/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def get_notification_receivers(doc, extra_notify):
259259
return res
260260

261261
def get_pubreq_receivers(doc, extra_notify):
262-
res = []
262+
res = [u'"IESG Secretary" <iesg-secretary@ietf.org>', ]
263263

264264
for r in Role.objects.filter(person=doc.group.ad,name__slug='ad'):
265265
res.append(u'"%s" <%s>' % (r.person.plain_name(), r.email.address))

0 commit comments

Comments
 (0)