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
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
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