From 68cdcc071b516d009ab06637d573849e6438d030 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 20 Nov 2001 16:27:23 +0000 Subject: process_request(): Utils.get_site_email()'s second argument should no longer include the leading dash. --- Mailman/Cgi/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Cgi/create.py') 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, -- cgit v1.2.3-70-g09d2