[Mailman-Users] finding moderators of a list

2012-02-23 Thread Hone, Don
Is there a way as list owner or as system admin, to sort a mailman membership 
list based on whether someone's moderation flag is set, or perhaps export that 
list into a format that includes all of the various option columns that could 
then dump into Excel?   We have a list of over 700 members and it would take 
some time to click through and look at each page manually to find out who has 
the Mod box unchecked.

Using Mailman version: 2.1.9

Don Hone
Office of Information Technology
Ohio University

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Mark Sapiro
Hone, Don wrote:

Is there a way as list owner or as system admin, to sort a mailman membership 
list based on whether someone's moderation flag is set, or perhaps export that 
list into a format that includes all of the various option columns that could 
then dump into Excel?   We have a list of over 700 members and it would take 
some time to click through and look at each page manually to find out who has 
the Mod box unchecked.


See http://www.msapiro.net/scripts/list_mod.py and
http://www.msapiro.net/scripts/mailman-subscribers.py (mirrored at
http://fog.ccsf.cc.ca.us/~msapiro/scripts/list_mod.py and
http://fog.ccsf.cc.ca.us/~msapiro/scripts/mailman-subscribers.py).

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Adam McGreggor
On Thu, Feb 23, 2012 at 02:22:25PM -0500, Hone, Don wrote:
 Is there a way as list owner or as system admin, to sort a mailman
 membership list based on whether someone's moderation flag is set, or
 perhaps export that list into a format that includes all of the
 various option columns that could then dump into Excel?  

moderators (per your Subject: line) != moderated bit.

For list-moderators, `list_owners -wm` may be useful. (pipe it through
tr(1), maybe)

To list those with moderated bits set,
http://www.msapiro.net/scripts/list_mod.py might be what you're after.

-- 
Many people would sooner die than think. In fact, they do.
-- Bertrand Russell
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Glenn Sieb
On 2/23/12 2:22 PM, Hone, Don wrote:
 Is there a way as list owner or as system admin, to sort a mailman membership 
 list based on whether someone's moderation flag is set, or perhaps export 
 that list into a format that includes all of the various option columns that 
 could then dump into Excel?   We have a list of over 700 members and it would 
 take some time to click through and look at each page manually to find out 
 who has the Mod box unchecked.
 
 Using Mailman version: 2.1.9

There is no mod box in Mailman 2.

If you have access to the shell on the box that Mailman is running on,
you can do this:

$ list_owners -wm

That will give you the lists, who the owners and the moderators are.

Best,
--Glenn
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Glenn Sieb
On 2/23/12 2:35 PM, Mark Sapiro wrote:
 Hone, Don wrote:
 
 Is there a way as list owner or as system admin, to sort a mailman
 membership list based on whether someone's moderation flag is set,
 or perhaps export that list into a format that includes all of the
 various option columns that could then dump into Excel?   We have a
 list of over 700 members and it would take some time to click
 through and look at each page manually to find out who has the Mod
 box unchecked.
 
 
 See http://www.msapiro.net/scripts/list_mod.py and 
 http://www.msapiro.net/scripts/mailman-subscribers.py (mirrored at 
 http://fog.ccsf.cc.ca.us/~msapiro/scripts/list_mod.py and 
 http://fog.ccsf.cc.ca.us/~msapiro/scripts/mailman-subscribers.py).
 


D'oh. I misread that as someone who is a moderator not someone who is
moderated :)

--Glenn
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Hone, Don
Thanks for the solution and for reading past my mistake in the subject line.

Don Hone
Office of Information Technology
Ohio University


 -Original Message-
 From: Mark Sapiro [mailto:m...@msapiro.net]
 Sent: Thursday, February 23, 2012 2:35 PM
 To: Hone, Don; Mailman-Users@python.org
 Subject: Re: [Mailman-Users] finding moderators of a list
 
 Hone, Don wrote:
 
 Is there a way as list owner or as system admin, to sort a mailman
 membership list based on whether someone's moderation flag is set, or
 perhaps export that list into a format that includes all of the various
 option columns that could then dump into Excel?   We have a list of
 over 700 members and it would take some time to click through and look
 at each page manually to find out who has the Mod box unchecked.
 
 
 See http://www.msapiro.net/scripts/list_mod.py and
 http://www.msapiro.net/scripts/mailman-subscribers.py (mirrored at
 http://fog.ccsf.cc.ca.us/~msapiro/scripts/list_mod.py and
 http://fog.ccsf.cc.ca.us/~msapiro/scripts/mailman-subscribers.py).
 
 --
 Mark Sapiro m...@msapiro.netThe highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] finding moderators of a list

2012-02-23 Thread Mark Sapiro
Glenn Sieb wrote:

D'oh. I misread that as someone who is a moderator not someone who is
moderated :)


Not surprising since the Subject: said moderators, not moderated.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org