[Mailman-Users] downloading my entire members list
Tenant
tenant at tenant.net
Wed Dec 7 02:01:31 CET 2005
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: admin at mydomain.com
To: admin at mydomain.com
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
More information about the Mailman-Users
mailing list