Joakim Nömell wrote:
> Hi all. I have just upgraded my system to MM 2.1.9 and wonder if it is 
> possible to change the -owner-addresses to something else?


It may or may not be easy. At a minimum, you'd need to change

    def GetOwnerEmail(self):
        return self.getListAddress('owner')

in Mailman/MailList.py to

    def GetOwnerEmail(self):
        return self.getListAddress('somethingelse')

And also change the -owner aliases. I can't promise there aren't other
places where the -owner address is generated.

-- 
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://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