Re: [Mailman-Users] Detailed reports of members

2006-04-04 Thread BG Mahesh
Would it be advisable to upgrade now itself or wait for the stable version?
But is there a WEB interface for viewing all these member reports [by date,
name, status]?

List activity of various types would have to be gleaned from Mailman's
 log files. Brad Knowles has developed a Mailman Daily Status Report
 script, the latest version of which is in Mailman 2.1.8b1 in the
 contrib directory along with a readme or in CVS at
 http://cvs.sourceforge.net/viewcvs.py/mailman/mailman/contrib/. This
 is a Bourne shell script that could serve as an exampl of other kinds
 of log analysis that can be done.

 --
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan




--
--
B.G. Mahesh
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Detailed reports of members

2006-04-04 Thread Mark Sapiro
BG Mahesh wrote:

Would it be advisable to upgrade now itself or wait for the stable version?

I would wait for 2.1.8rc1 which would have been out by now except for a
problem with the sourceforge developer CVS server. It should be out by
this weekend. But, If all you want is the mmdsr script, you can get
the latest one right now from
http://cvs.sourceforge.net/viewcvs.py/mailman/mailman/contrib/.


But is there a WEB interface for viewing all these member reports [by date,
name, status]?


No, there is only the web Membership Management page.

-- 
Mark Sapiro [EMAIL PROTECTED]   The 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://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Detailed reports of members

2006-04-03 Thread BG Mahesh
hi

How do check how many [and who] members are in HELD state? It would be nice
to see something like

Normal: xx
Held: yy
Unsubscribed: zz
Waiting for confirmation: aa


--
--
B.G. Mahesh
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Detailed reports of members

2006-04-03 Thread Mark Sapiro
BG Mahesh wrote:

How do check how many [and who] members are in HELD state?


If HELD means 'nomail' or 'delivery disabled',

bin/list_members --nomail

or

bin/list_members --nomail=bybounce

or see
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.062.htp


It would be nice
to see something like

Normal: xx
Held: yy

Does this mean delivery disabled?


Unsubscribed: zz

How do I identify an unsubscribed member? Isn't that an oxymoron?


Waiting for confirmation: aa

What is this? A pending subscription?

-- 
Mark Sapiro [EMAIL PROTECTED]   The 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://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Detailed reports of members

2006-04-03 Thread BG Mahesh
On 4/3/06, Mark Sapiro [EMAIL PROTECTED] wrote:

 BG Mahesh wrote:
 
 How do check how many [and who] members are in HELD state?


 If HELD means 'nomail' or 'delivery disabled',


Yes, problem is that I am using Lyris lingo. Had been using it for 7 years
before switching over to  Mailman

bin/list_members --nomail

 or

 bin/list_members --nomail=bybounce

 or see
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.062.htp


 It would be nice
 to see something like
 
 Normal: xx
 Held: yy

 Does this mean delivery disabled?


Yes

Unsubscribed: zz

 How do I identify an unsubscribed member? Isn't that an oxymoron?


In Lyris unless you delete the member  the unsusbscribed info also is in
the  database.

Waiting for confirmation: aa

 What is this? A pending subscription?


Yes, pending subscription.

Can the list owner get a weekly report by email of the activity [how many
signed  on/off etc]?


--
--
B.G. Mahesh
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Detailed reports of members

2006-04-03 Thread Mark Sapiro
BG Mahesh wrote:

On 4/3/06, Mark Sapiro [EMAIL PROTECTED] wrote:

 BG Mahesh wrote:

 It would be nice
 to see something like
 
 Normal: xx
 Held: yy

 Does this mean delivery disabled?


Yes

Unsubscribed: zz

 How do I identify an unsubscribed member? Isn't that an oxymoron?


In Lyris unless you delete the member  the unsusbscribed info also is in
the  database.

Waiting for confirmation: aa

 What is this? A pending subscription?


Yes, pending subscription.

Can the list owner get a weekly report by email of the activity [how many
signed  on/off etc]?


It would be possible to modify the bin/list_members script to produce a
report similar to the above showing the numbers of list members in
different categories and the number of pending subscriptions although
this last information would be obtained differently from the
membership categories. The modified script could email results to the
list-owner address for example and could be run periodically via cron.
I'm not aware of any existing script for this.

List activity of various types would have to be gleaned from Mailman's
log files. Brad Knowles has developed a Mailman Daily Status Report
script, the latest version of which is in Mailman 2.1.8b1 in the
contrib directory along with a readme or in CVS at
http://cvs.sourceforge.net/viewcvs.py/mailman/mailman/contrib/. This
is a Bourne shell script that could serve as an exampl of other kinds
of log analysis that can be done.
 
-- 
Mark Sapiro [EMAIL PROTECTED]   The 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://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp