10 Dec
2015
10 Dec
'15
7:21 a.m.
On Dec 09, 2015, at 07:55 PM, Terri Oda wrote:
I've got a list where, for some reason, I can post, but no one else seems to be able to.
It *looks* like I can post because I was somehow in accept_these_nonmembers. It's a list converted from Mailman 2.1, so I'm suspicious that it's some sort of cruft in the config. I'm pasting in a mildly anonymized version of the config. Can anyone spot anything that could be causing all messages to go to moderation?
'members': <mailman.model.roster.MemberRoster object at 0x7f3e5cf32908>,
Try dumping this roster and see if it contains what you think it should contain. Something like:
pprint(list(m.members.addresses))
Cheers, -Barry