summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/create.py
diff options
context:
space:
mode:
authorbwarsaw2001-11-20 16:27:23 +0000
committerbwarsaw2001-11-20 16:27:23 +0000
commit68cdcc071b516d009ab06637d573849e6438d030 (patch)
treeb4d53e2a71527f8013d8c46d5ecb4656d654ca82 /Mailman/Cgi/create.py
parentce41a091f5fe0271bcce88e6dbf2346e9057683b (diff)
downloadmailman-68cdcc071b516d009ab06637d573849e6438d030.tar.gz
mailman-68cdcc071b516d009ab06637d573849e6438d030.tar.zst
mailman-68cdcc071b516d009ab06637d573849e6438d030.zip
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,