
Hi:
Is it possible to rename a list -- a major rename that is, not just case change that is mentioned in web interface?
If not, how do you delete a list -- and save or transfer its members?
Thanks!
Dave
David Andrews and white cane Harry.

On 3/13/06, David Andrews <dandrews@visi.com> wrote:
Is it possible to rename a list -- a major rename that is, not just case change that is mentioned in web interface? This was *just* discusses on the list. Please see:
http://www.mail-archive.com/mailman-users%40python.org/msg37663.html http://www.mail-archive.com/mailman-users%40python.org/msg37662.html
--
- Patrick Bogen

David Andrews wrote:
Is it possible to rename a list -- a major rename that is, not just case change that is mentioned in web interface?
If you have command line access to the server and sufficient permission, all you need do is rename the list specific directories and maybe one file and one or two symlinks. You need to change the listname in
lists/listname/
and if there are archives
archives/private/listname/ archives/private/listname.mbox/ archives/private/listname.mbox/listname.mbox
and if the archive is public, the following one or two symlinks
archives/public/listname archives/public/listname.mbox
Then as mentioned in the posts Patrick pointed at, change the lists real_name attribute via the web interface.
It also is better if you rebuild the archives from the archives/private/listname.mbox/listname.mbox file with the bin/arch command line tool if there are links to scrubbed attachments in the archived messages.
If not, how do you delete a list -- and save or transfer its members?
bin/rmlist bin/config_list bin/list_members
or see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.026.htp> and <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.062.htp>
Also, if
OWNERS_CAN_DELETE_THEIR_OWN_LISTS = Yes
in mm_cfg.py, there is a link on the admin pages to delete the list, but this doesn't save or backup anything.
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
David Andrews
-
Mark Sapiro
-
Patrick Bogen