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. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org