Update of /cvsroot/mailman/mailman/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21403
Modified Files:
Tag: Release_2_1-maint
newlist
Log Message:
[ 874764 ] -admin address is now equiv to -bounce
Index: newlist
===================================================================
RCS file: /cvsroot/mailman/mailman/bin/newlist,v
retrieving revision 2.16.2.1
retrieving revision 2.16.2.2
diff -u -d -r2.16.2.1 -r2.16.2.2
--- newlist 29 Feb 2004 17:09:44 -0000 2.16.2.1
+++ newlist 19 Oct 2004 05:07:42 -0000 2.16.2.2
@@ -189,7 +189,7 @@
if not quiet:
print _('Hit enter to notify %(listname)s owner...'),
sys.stdin.readline()
- siteadmin = Utils.get_site_email(mlist.host_name, 'admin')
+ siteowner = Utils.get_site_email(mlist.host_name, 'owner')
text = Utils.maketext(
'newlist.txt',
{'listname' : listname,
@@ -197,7 +197,7 @@
'admin_url' : mlist.GetScriptURL('admin', absolute=1),
'listinfo_url': mlist.GetScriptURL('listinfo', absolute=1),
'requestaddr' : mlist.GetRequestEmail(),
- 'siteowner' : siteadmin,
+ 'siteowner' : siteowner,
}, mlist=mlist)
# Set the I18N language to the list's preferred language so the header
# will match the template language. Stashing and restoring the old
@@ -206,7 +206,7 @@
i18n.set_language(mlist.preferred_language)
try:
msg = Message.UserNotification(
- owner_mail, siteadmin,
+ owner_mail, siteowner,
_('Your new mailing list: %(listname)s'),
text, mlist.preferred_language)
msg.send(mlist)
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org