summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/create.py')
-rw-r--r--Mailman/Cgi/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/create.py b/Mailman/Cgi/create.py
index 3c7ff8a85..5c1014fee 100644
--- a/Mailman/Cgi/create.py
+++ b/Mailman/Cgi/create.py
@@ -206,7 +206,7 @@ def process_request(doc, cgidata):
# And send the notice to the list owner.
if notify:
- siteadmin = Utils.get_site_email(mlist.host_name, '-admin')
+ siteadmin = Utils.get_site_email(mlist.host_name, 'admin')
text = Utils.maketext(
'newlist.txt',
{'listname' : listname,