Melinda Gilmore wrote:
Has anyone out there put together and scripts that might extract out owners
and subscribers to a list.
You can get all this information from the list rosters themselves.
Can you explain what purpose you're trying to achieve and how the existing
list roster mechanism do
Melinda Gilmore wrote:
>Has anyone out there put together and scripts that might extract out owners
>and subscribers to a list. Where you could see all the list and all their
>subscribers in one place.We have a group of list here that not everyone
>is on, but they are closely related to the l
Throw in a
* Stefan Förster <[EMAIL PROTECTED]> wrote:
> list_lists | awk '(NR > 1){print $1}' | while read line; do
> echo "List: $line"
list_admins "$line"
> list_members -f "$line"
> done
exactly there ;)
And ofc, this now assumes that list_admins is in your $PATH, too.
Cheers
* Melinda Gilmore <[EMAIL PROTECTED]> wrote:
> Has anyone out there put together and scripts that might extract out owners
> and subscribers to a list. Where you could see all the list and all their
> subscribers in one place.
My English is not that good and I'm not really sure if I understand
w
Has anyone out there put together and scripts that might extract out owners
and subscribers to a list. Where you could see all the list and all their
subscribers in one place.We have a group of list here that not everyone
is on, but they are closely related to the lists, and someone had put
to