summaryrefslogtreecommitdiff
path: root/src/mailman/app/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/app/notifications.py')
-rw-r--r--src/mailman/app/notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/notifications.py b/src/mailman/app/notifications.py
index 8bfbd0934..72413845c 100644
--- a/src/mailman/app/notifications.py
+++ b/src/mailman/app/notifications.py
@@ -131,5 +131,5 @@ def send_admin_subscription_notice(mlist, address, full_name, language):
listname=mlist.real_name,
member=formataddr((full_name, address)),
)
- msg = OwnerNotification(mlist, subject, text)
+ msg = OwnerNotification(mlist, subject, text, roster=mlist.administrators)
msg.send(mlist)