RE: [Mailman-Users] List Sync Problem

2001-12-04 Thread Michael Caplan
http://www.social-ecology.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Carnes Sent: December 4, 2001 12:05 AM To: ISE; [EMAIL PROTECTED] Subject: Re: [Mailman-Users] List Sync Problem Ack! I can think of three possiblities that might be ca

RE: [Mailman-Users] List Sync Problem

2001-12-04 Thread ISE
http://www.social-ecology.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Carnes Sent: December 4, 2001 12:05 AM To: ISE; [EMAIL PROTECTED] Subject: Re: [Mailman-Users] List Sync Problem Ack! I can think of three possiblities that might be ca

Re: [Mailman-Users] List Sync Problem

2001-12-04 Thread Greg Ward
On 04 December 2001, Jon Carnes said: > 2) The following line (added to the script) may not work as you desire: > "cat /tmp/ise-all_list | grep -vi archive > /tmp/ise-all_list" > You are outputing from the same file that you are inputing to... If it > can't do this in one read, then you may

Re: [Mailman-Users] List Sync Problem

2001-12-03 Thread Jon Carnes
Ack! I can think of three possiblities that might be causing this... but all are long shots. 1) The volume you are using is full and there is no room to right the files. Check your space available on the server (df). 2) The following line (added to the script) may not work as you desire:

[Mailman-Users] List Sync Problem

2001-12-03 Thread ISE
Hello, I have compiled a script based upon the great feedback from Jon Carnes and the Mailman FAQ that generates a "main" which consists of all the subscribers from a set of lists. This script then syncs this list with a .htpasswd file. My script works fine via a hourly cron job minus one glit