audit wrote:

>Mark Sapiro wrote:
>> audit wrote:
>> 
>
>> That's not really very friendly to your users. If you don't want to
>> accept mail to the mailman list, that's fine, but you should consider
>> patching Mailman/Cgi/listinfo.py and Mailman/Cgi/admin.py to remove
>> the lines about mailing to the site list.
>> 
>
>How would I patch that? or is there lines that I can comment out?

The attached patch.txt file contains patches for both modules.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

--- 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')),
         '.',
-        _('<p>(Send questions and comments to '),
-        Link('mailto:%s' % mailman_owner, mailman_owner),
-        '.)<p>',
         ])
 
     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 @@
         <p>List administrators, you can visit '''),
          Link(Utils.ScriptURL('admin'),
               _('the list admin overview page')),
-         _(''' to find the management interface for your list.
-         <p>If you are having trouble using the lists, please contact '''),
-         Link('mailto:' + siteowner, siteowner),
-         '.<p>'))
+         _(''' to find the management interface for your list.''')))
 
     table.AddRow([apply(Container, welcome)])
     table.AddCellInfo(max(table.GetCurrentRowIndex(), 0), 0, colspan=2)
------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to