Re: [Mailman-Users] extract emails from a list

2005-07-22 Thread James
Hi Trevor, This scripts works wonderfuly! Thank you so much. On 7/15/05, Trevor Cullingsworth <[EMAIL PROTECTED]> wrote: > Hi James, > > This script should do the trick. It is what I use. -- Mailman-Users mailing list Mailman-Users@python.o

Re: [Mailman-Users] extract emails from a list

2005-07-15 Thread Trevor Cullingsworth
Hi James, This script should do the trick. It is what I use. #!/bin/bash # #-- list_inquiry.sh # Mailman_Dir=/usr/lib/mailman Script_Output=/tmp/list_inquiry.txt # # #-- Change directory to mailman bin directory cd /$Mailman_Dir/bin # # echo "Subscribers of each list in company" > $Script_Output

[Mailman-Users] extract emails from a list

2005-07-15 Thread James
Is it possible to get a list of all mailing lists with their respective members and dump this info in one text file? eg. list1 [EMAIL PROTECTED] [EMAIL PROTECTED] list2 [EMAIL PROTECTED] [EMAIL PROTECTED] etc. -- Mailman-Users mailing list Ma