Re: [Mailman-Developers] Exporting member info (including options)

2010-08-17 Thread Aaron Kreider
Examination of (is that what you're using?) shows that it stores and uses user_options in the same way as OldStyleMermberships.py. hide, ack, not_metoo and plain are defined fields in the MySQL database table

Re: [Mailman-Developers] Exporting member info (including options)

2010-08-17 Thread Aaron Kreider
When I tried to depickle a list, I got an "Import Error No Module named Mailman.Bouncer". I suspect this is for a list that has bounces. I was able to depickle a much smaller list. Could it be a users permission issue? I tried running the script as root, but it still gave me the error. I'm

Re: [Mailman-Developers] Exporting member info (including options)

2010-08-17 Thread Mark Sapiro
Aaron Kreider wrote: > >This is very strange - why are there fields in the mysql table that >aren't in use? >hide, nomail, ack, not_metoo, and plain > >I'm guessing they were either deprecated or the programmer planned to >use them in the future. They were not deprecated in the sense of having

Re: [Mailman-Developers] Exporting member info (including options)

2010-08-17 Thread Mark Sapiro
Aaron Kreider wrote: > When I tried to depickle a list, I got an "Import Error No Module >named Mailman.Bouncer". > >I suspect this is for a list that has bounces. I was able to depickle a >much smaller list. Yes, the issue only occurs for lists with members that have bounce_info. There are