query moderation bit in a list

Hello,
We need to lookup who is not moderated in a list with a large membership.
Is there a simple command line query to handle that?
I have a feeling we looked this up before, but can't find any notes on it nor previous questions in this support list.
--Donald

D G Teed wrote:
We need to lookup who is not moderated in a list with a large membership.
Is there a simple command line query to handle that?
See http://mail.python.org/pipermail/mailman-users/2010-January/068362.html

On Mon, Dec 6, 2010 at 1:52 PM, Mark Sapiro mark@msapiro.net wrote:
D G Teed wrote:
We need to lookup who is not moderated in a list with a large membership.
Is there a simple command line query to handle that?
See http://mail.python.org/pipermail/mailman-users/2010-January/068362.html
Thanks, that was perfect. Finding who doesn't have moderation is easy from there. A diff between this output and list_members output.
--Donald

D G Teed wrote:
On Mon, Dec 6, 2010 at 1:52 PM, Mark Sapiro mark@msapiro.net wrote:
D G Teed wrote:
We need to lookup who is not moderated in a list with a large membership.
Is there a simple command line query to handle that?
See http://mail.python.org/pipermail/mailman-users/2010-January/068362.html
Thanks, that was perfect. Finding who doesn't have moderation is easy from there. A diff between this output and list_members output.
Or you can just use the -u or --unset option to the script.
participants (2)
-
D G Teed
-
Mark Sapiro