diff options
| author | bwarsaw | 2001-11-20 17:12:09 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-11-20 17:12:09 +0000 |
| commit | 0678f2ecbedea11ca3355eabbcec2f827f4ea099 (patch) | |
| tree | aad4d17cf6db0d5354a48def2da37dfda68f80cf /bin | |
| parent | 505c983ef6bf05bccf66b34d9f6bc8973fc651ee (diff) | |
| download | mailman-0678f2ecbedea11ca3355eabbcec2f827f4ea099.tar.gz mailman-0678f2ecbedea11ca3355eabbcec2f827f4ea099.tar.zst mailman-0678f2ecbedea11ca3355eabbcec2f827f4ea099.zip | |
process_request(): Utils.get_site_email()'s second argument should no
longer include the leading dash.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/newlist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/newlist b/bin/newlist index dc052356c..3c8893f54 100755 --- a/bin/newlist +++ b/bin/newlist @@ -166,7 +166,7 @@ def main(): if not quiet: print _('Hit enter to notify %(listname)s owner...'), sys.stdin.readline() - 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, |
