On 02/11/2009 10:40:50 AM, Mark Sapiro wrote:
Karl O. Pinc wrote:
>
>> Gets you all the lists that f...@example.com is subscribed to.
So does
bin/find_member f...@example.com
and much more simply.
And I'm sure more efficiently too. My bad.
Karl
Free Software: "You don't pay back, yo
Karl O. Pinc wrote:
>
>On 02/10/2009 10:20:51 AM, Brian Canty wrote:
>> I was wondering if anyone knows of any command you can use to find out
>> who is subscribed to all mailman lists.
>
>list_lists | tail -n +2 | awk '{print $1;}' | xargs -n 1 list_members |
>sort -u
>
>Gets you all the members o
Karl O. Pinc wrote:
>
>On 02/10/2009 02:07:23 PM, Karl O. Pinc wrote:
>>
>> On 02/10/2009 10:20:51 AM, Brian Canty wrote:
>>> I was wondering if anyone knows of any command you can use to find
>>> out
>>> who is subscribed to all mailman lists.
>
>Somehow the "cut" command got mangled. Should b
On 02/10/2009 02:07:23 PM, Karl O. Pinc wrote:
On 02/10/2009 10:20:51 AM, Brian Canty wrote:
I was wondering if anyone knows of any command you can use to find
out
who is subscribed to all mailman lists.
Somehow the "cut" command got mangled. Should be:
list_lists \
| tail -n +2 \
|
On 02/10/2009 10:20:51 AM, Brian Canty wrote:
I was wondering if anyone knows of any command you can use to find out
who is subscribed to all mailman lists.
list_lists | tail -n +2 | awk '{print $1;}' | xargs -n 1 list_members |
sort -u
Gets you all the members of all the lists.
list_lists \
Brian Canty wrote:
>I was wondering if anyone knows of any command you can use to find out
>who is subscribed to all mailman lists.
>
>Similar to the which command in majordomo?
If you have command line access, see
bin/find-member --help
A user (but not a list admin) can go to the web user o
I was wondering if anyone knows of any command you can use to find out
who is subscribed to all mailman lists.
Similar to the which command in majordomo?
Thanks in advance.
Brian Canty
Manager Computer Information Services
American Psychoanalytic Association
212-752-0450 x17