7;
>
>Dump to a file or whatever you like and mail away! Enjoy.
>
>Jon Carnes
>- Original Message -
>From: "Con Wieland" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, December 17, 2001 1:57 PM
>Subject: [Mailman-Users] list owners
>
eland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 17, 2001 1:57 PM
Subject: [Mailman-Users] list owners
> Happy Holidays
>
> Does anyone have a script to get a list of all the list owners. I want to
> make a l
Happy Holidays
Does anyone have a script to get a list of all the list owners. I want to
make a list-owners list to use for announcements and updates.
Thanks in advance.
Con
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.o
Kory Wheatley wrote:
>
> Is there a python script in /mailman/bin that will allow me to get all
> of the list moderator email address and
> write them to a file.
No, but this little shell command will do it:
for f in lists/*/config.db ; do echo $f; bin/dumpdb $f | grep "'owner'"; done
Less
Is there a python script in /mailman/bin that will allow me to get all
of the list moderator email address and
write them to a file.
Respond directly to [EMAIL PROTECTED]
--
#
Kory Wheatley
Academic Computing Analyst Sr.
Phone 282-3874
###