summaryrefslogtreecommitdiff
path: root/Mailman/bin/add_members.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/bin/add_members.py')
-rw-r--r--Mailman/bin/add_members.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/bin/add_members.py b/Mailman/bin/add_members.py
index 0adcda518..932e4f77d 100644
--- a/Mailman/bin/add_members.py
+++ b/Mailman/bin/add_members.py
@@ -202,7 +202,7 @@ def main():
if admin_notify:
subject = _('$mlist.real_name subscription notification')
msg = Message.UserNotification(
- mlist.owner, Utils.get_site_email(), subject, s.getvalue(),
+ mlist.owner, mlist.GetNoReplyEmail(), subject, s.getvalue(),
mlist.preferred_language)
msg.send(mlist)