Re: [Mailman-Users] Script problem

2006-07-03 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jewel wrote: > I am trying to write a script which will email me a list of all the > lists and their members. The script below will only output a count of list members (that's what the |wc -l does). > I was able to find the following below but keep

[Mailman-Users] Script problem

2006-07-03 Thread Jewel
I am trying to write a script which will email me a list of all the lists and their members. I was able to find the following below but keep getting errors when I try and execute it. I have made the file executable. for i in `/usr/local/mailman/bin/list_lists -b`; do j=`/usr/local