On 08/27/2013 02:00 AM, Henrik Rasmussen wrote:
> I am running a Mailman version 2.1.5 installation. I need to change the 
> e-mail address that users are requested to send questions and comments to
> (messages/uk/LC_MESSAGES/mailman.po: msgid "<p>(Send questions and comments 
> to "
> 
> I still need other mails like non-handled bounces to be sent to the original 
> MAILMAN_OWNER site admin address mail...@my-server.example.com
> 
> Is there a better way to achieve this than to change the line 280 in the 
> Mailman/Cgi/admin.py file?
> 
> * Line 280: Link('mailto:%s' % mailman_owner, mailman_owner)


Unfortunately, the list admin overview page is not built from a template
so you need to modify the code either as you suggest or by changing line 267

    mailman_owner = Utils.get_site_email()

to

    mailman_owner = 'desired_u...@example.com'

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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