[Mailman-Developers] A list where no subscriber can post: can anyone spot the bad config?

Barry Warsaw barry at list.org
Thu Dec 10 10:21:08 EST 2015


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


More information about the Mailman-Developers mailing list