diff options
| -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, |
