[Mailman-Users] Changing "Send questions and comments" mail-address without changing MAILMAN_OWNER

Mark Sapiro mark at msapiro.net
Sun Sep 1 06:01:58 CEST 2013


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 mailman at 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_user at example.com'

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list