On Mon, Jul 11, 2011 at 10:33, Steven Jones <steven.jo...@vuw.ac.nz> wrote:

> I need to email each list owner to let them know the server will be off
> line while I upgrade it, so I need their email addresses.
>

A poor man's way: You just need to know the listname and append -owner to
it, like mailman-users-owner.

./bin/list_lists | grep -v '^[0-9]' | awk '{print $1"-owner@$domain"}'

Replace $domain with a sane value. If there are several different domains on
this site, then wait for someone else to advise:)

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
I can't hear you -- I'm using the scrambler.
Please consider the environment before printing this email.
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to