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

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to