--- f:/test-mailman-2.1/Mailman/Cgi/admin.py 2007-06-18 08:35:52.000000000 -0700 +++ f:/test-mailman/Mailman/Cgi/admin.py 2008-02-03 12:23:49.296875000 -0800 @@ -275,9 +275,6 @@ Link(Utils.ScriptURL('listinfo'), _('the mailing list overview page')), '.', - _('

(Send questions and comments to '), - Link('mailto:%s' % mailman_owner, mailman_owner), - '.)

', ]) table.AddRow([Container(*welcome)]) --- f:/test-mailman-2.1/Mailman/Cgi/listinfo.py 2007-06-18 08:35:52.000000000 -0700 +++ f:/test-mailman/Mailman/Cgi/listinfo.py 2008-02-03 12:15:34.656250000 -0800 @@ -122,10 +122,7 @@

List administrators, you can visit '''), Link(Utils.ScriptURL('admin'), _('the list admin overview page')), - _(''' to find the management interface for your list. -

If you are having trouble using the lists, please contact '''), - Link('mailto:' + siteowner, siteowner), - '.

')) + _(''' to find the management interface for your list.'''))) table.AddRow([apply(Container, welcome)]) table.AddCellInfo(max(table.GetCurrentRowIndex(), 0), 0, colspan=2)