Aug. 17, 2014
3:34 a.m.
Mark Sapiro wrote:
Anything you do which accesses a list's config.pck via Mailman/MailList.py (which is pretty much any Mailman process other than bin/dumpdb) will test if Mailman.Version.DATA_FILE_VERSION is greater than the list's data_version and if so, will run Mailman.versions.Update() to update the list configuration, add new attributes, etc.
Clearly this is not happening in your case because the from_is_list attribute is not being added.
Indeed. I can go to the listinfo page, click on the archives for the bad lists, browse the archives, no problem. Go to get a password reminder mailed to me, it claims to work but nothing is actually sent out.
Does your Mailman/versions.py contain
PreferStored('author_is_list', 'from_is_list', mm_cfg.DEFAULT_FROM_IS_LIST)at lines 317,318?
Yes.
mjb.