Ma, Yuan wrote:

>I am trying to change the line in the Welcome! below from (Send questions and 
>comments to 
>[email protected]<mailto:[email protected]>.)
>  to (Send questions and comments to [email protected].)
>May I know which file I need to modify?


This address is hard coded in the module Mailman/Cgi/admin.py. If you
really want to change it, you need to find the line

    mailman_owner = Utils.get_site_email()

in the definition of the admin_overview() function in that module and
change it to

    mailman_owner = '[email protected]'

but the intended way to deal with this is to set the 'mailman' list to
accept posts from non-members (Privacy options... -> Sender filters ->
generic_nonmember_action = Accept) and subscribe [email protected]
to the list.

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

------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to