[Mailman-Users] Renaming or Deleting a List

2006-03-13 Thread David Andrews
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.


--
Mailman-Users mailing list
Mailman-Users@python.org
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Renaming or Deleting a List

2006-03-13 Thread Patrick Bogen
On 3/13/06, David Andrews [EMAIL PROTECTED] 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
--
Mailman-Users mailing list
Mailman-Users@python.org
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Renaming or Deleting a List

2006-03-13 Thread Mark Sapiro
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=showfile=faq04.026.htp
and
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=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 [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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=showamp;file=faq01.027.htp