Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-30 Thread Sarah K. Miller
- Original Message - From: "Bill Bradford" <[EMAIL PROTECTED]> > On Thu, May 24, 2001 at 03:05:31PM -0700, Sarah K. Miller wrote: > > Have any of you found an automated way to slurp all of the addresses off > > of all the lists on your system and then subscribe them to another list >

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Satya
On May 24, 2001 at 17:42, Robert A. Hayden wrote: >Cron is your friend. Worst case you need to update the script when you >add/remove a list. How about bin/list_lists ? -- Satya. http://satya.virtualave.net/> US-bound grad students! For pre-apps, see http://quickapps.cjb.net/> "Never underest

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Robert A. Hayden
Cron is your friend. Worst case you need to update the script when you add/remove a list. On Thu, 24 May 2001, Sarah K. Miller wrote: > > > bin/list_users > /tmp/list1.txt > > > bin/add_members /tmp/list1.txt > > > > It is list_members, not list_users. Also, I would recommend using the > >

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Sarah K. Miller
> > bin/list_users > /tmp/list1.txt > > bin/add_members /tmp/list1.txt > > It is list_members, not list_users. Also, I would recommend using the > -n and -d options with list_members to get digested and non-digested > members seperately, and then adding them seperately. For me, the digest/non

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread alex wetmore
On Thu, 24 May 2001, Bill Bradford wrote: > On Thu, May 24, 2001 at 03:05:31PM -0700, Sarah K. Miller wrote: > > Have any of you found an automated way to slurp all of the addresses off > > of all the lists on your system and then subscribe them to another list > > on the system? > > bin/list_user

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Bill Bradford
On Thu, May 24, 2001 at 03:05:31PM -0700, Sarah K. Miller wrote: > Have any of you found an automated way to slurp all of the addresses off > of all the lists on your system and then subscribe them to another list > on the system? bin/list_users > /tmp/list1.txt bin/add_members /tmp/list1.txt

[Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Sarah K. Miller
Have any of you found an automated way to slurp all of the addresses off of all the lists on your system and then subscribe them to another list on the system? I know that I could simply subscribe all of the lists to a master list, but that option has turned into a nightmare for us for a variet