Re: [Mailman-Users] creating a list of moderators

2006-01-11 Thread Matt Emerson
On Jan 11, 2006, at 3:20 PM, Glenn Sieb wrote: > Mark Sapiro wrote: > >> You could probably replace the >> >> /usr/share/mailman/bin/withlist -q -a -r printowners | tr A-Z a-z | >> sort | uniq >> >> part of this pipe with >> >> /usr/share/mailman/bin/list_owners >> > It appears to also do the uni

Re: [Mailman-Users] creating a list of moderators

2006-01-11 Thread Glenn Sieb
Mark Sapiro wrote: >You could probably replace the > >/usr/share/mailman/bin/withlist -q -a -r printowners | tr A-Z a-z | >sort | uniq > >part of this pipe with > >/usr/share/mailman/bin/list_owners > > It appears to also do the uniq for you... I own a few lists on my box, and that command l

Re: [Mailman-Users] creating a list of moderators

2006-01-11 Thread Mark Sapiro
Matt Emerson wrote: > >We created a mailing list called "list-owners", which we update once >a day via the following command. > >/usr/share/mailman/bin/withlist -q -a -r printowners | tr A-Z a-z | >sort | uniq | /usr/share/mailman/bin/sync_members -w=no -g=no -f - >list-owners >>/tmp/list-own

Re: [Mailman-Users] creating a list of moderators

2006-01-11 Thread Matt Emerson
On Jan 11, 2006, at 12:34 PM, David Benson wrote: > I'm a site administrator and I'd like to be able to send messages > out to all of my moderators at once. Does the current version of > Mailman have functionality to do this, i.e. can it automatically > generate a 'list' of moderators? ...