On Tue, Feb 13, 2001 at 10:49:29AM +0100, Alberto Brosich wrote:
> A simple question.
> 
> How can I  create a new list with the same configuration and members
> of another?

1) export the old list config: ./bin/config_list -o /tmp/old.cfg oldlist
  and edit the config file to remove anything that shouldn't carry over.
2) import the config to clone: ./bin/config_list -i /tmp/old.cfg newlist
3) sync lists: ./bin/list_members oldlist | ./bin/sync_members -f - newlist

That should do it...

-jeb

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to