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
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
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
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? ...
Hi,
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? ...or will I have to write my own code to make it happen?
Any