At 11:08 AM 7/2/02 -0400, [EMAIL PROTECTED] wrote: >Is there a way to export all users and settings from one list, >and then import everything into another?
Look over the stuff in mailman/bin... config_list will let you export the list settings or import them. But it doesn't do users. However, clone_member will do what the name implies, for one user. And then there's list_members. You could probably easily whip something up that does a config_list dump/restore, a list_members, then a clone_member for each one. If you're feeling particularly adventurous, using the code in those programs (and the others there) you could probably bash together fairly easily a clone_list command... ------------------------------------------------------ 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