Martin wrote: > >I have .db file of a list to import on new fresh mailman installation >this file was generated by dumpdb. >how can i import that file?
If what you have is actually a config.db Python Marshal, all you have to do is create the directory lists/<listname>/ in the new installation and put the config.db file in it and access the <listname> list in the admin interface, and the file will be converted to a new config.pck. If what you have is actually a listing produced by bin/dumpdb, you might be able to use it as input to bin/config_list, maybe with a little editing. -- 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
