At 07:34 PM 12/6/2005, you wrote:
>Can someone tell me how to download my entire members list?  I read
>the FAQ 's and found nothing useful.  Of course, I may have missed it
>as well but I am confident that the mailman experts here will be able
>to point me in the right direction.  :)

I get the impression the poster may not have shell access or command line 
knowledge, but in any case, here's what we do (and you can do the same 
thing for config_list info):

first, create a three line text file called lista-header (and listb-header, 
etc if needed):

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Lista daily list

Now, in chron, add (use crontab -e as root):

#Every day, generate the member lists info

45 9 * * * /usr/lib/mailman/bin/list_members -f -o 
/usr/lib/mailman/bin/lista.txt lista
46 9 * * * /usr/lib/mailman/bin/list_members -f -o 
/usr/lib/mailman/bin/listb.txt listb

#Every day, send member lists to admin

50 9 * * * /bin/cat /usr/lib/mailman/bin/lista-header 
/usr/lib/mailman/bin/lista.txt | /usr/sbin/sendmail -t
51 9 * * * /bin/cat /usr/lib/mailman/bin/listb-header 
/usr/lib/mailman/bin/listb.txt | /usr/sbin/sendmail -t

------------------------------------------------------
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=show&file=faq01.027.htp

Reply via email to