Re: [Mailman-Users] changing Member Options or Import dumpdb

2006-07-25 Thread Michael Menge
I hit one smale mistake. The last , must not be there mlist.language = { '[EMAIL PROTECTED]': 'll', '[EMAIL PROTECTED]': 'll', ... '[EMAIL PROTECTED]': 'll'}, mlist.language = { '[EMAIL PROTECTED]': 'll', '[

Re: [Mailman-Users] changing Member Options or Import dumpdb

2006-07-25 Thread Michael Menge
Thanks, that was the hint i was looking for. Quoting Mark Sapiro <[EMAIL PROTECTED]>: Michael Menge wrote: I want to change the language of all members in a mailinglist. I did't find a direct way so I thought I dump the config.pck file with dumpdb edit the language with search and

[Mailman-Users] changing Member Options or Import dumpdb

2006-07-25 Thread Michael Menge
Hi, I want to change the language of all members in a mailinglist. I did't find a direct way so I thought I dump the config.pck file with dumpdb edit the language with search and import the changed output back. But i did't find a way to import the output of dumpdb back to the config.pck. Is t