Benjamin Fleckenstein wrote: > >is it possible to change the address of a list? > >Let me explain what I'm trying to do by giving a short example. > >I got a liste named "lugab" (Linux User Group ...), so the addresses >of this list would be [EMAIL PROTECTED], [EMAIL PROTECTED] > >I know it is possible to create an alias so that [EMAIL PROTECTED] is >also a valid address for the mailinglist, but Mailman still writes >[EMAIL PROTECTED], etc. into the header of the mails and onto the >webinterface. Is it possible to tell Mailman - "Ok, the list is named >lugab, but the address have to start with list-" - without haveing to >change the real_name of the list to "list"?
Not without modifying source code. See the entire thread beginning at http://mail.python.org/pipermail/mailman-users/2005-September/046390.html for a recent discussion of renaming a 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://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&file=faq01.027.htp
