[Mailman-Users] (no subject)

Odhiambo Washington wash at wananchi.com
Fri Aug 9 07:49:09 CEST 2002


* Aris Santillan <aris.santillan at summitmedia.com.ph> [20020809 07:13]: wrote:
> hello guys
> 
> how can i make automatic execution on
> 
> ./list_members -o mail.list mail
> 


#!/usr/local/bin/bash

UPDATE=/usr/local/mailman/bin
SOURCE=/path/to/mail.list
for i in `cat $SOURCE`; do
$UPDATE -o $SOURCE mail
done

Then run that throug a cron as often as you like.

I wonder how mail.list is made.... what if some address goes in
there 2X ??



        cheers
       - wash 
+----------------------------------+-----------------------------------------+
Odhiambo Washington, wash at wananchi.com	. WANANCHI ONLINE LTD (Nairobi, KE)  |
http://ns2.wananchi.com/~wash/		. 1ere Etage, Loita Hse, Loita St.,  |
GSM: (254) 722 743 223			. # 10286, 00100 NAIROBI             |
+---------------------------------+------------------------------------------+
"Oh My God! They killed init! You Bastards!"  
						 --from a /. post

++
``That Ariel Sharon. Boy, he sure is controversial.
  Most Western countries would have to have a military coup
  before they enjoyed a leader of that caliber.'' (Sydney Webb)




More information about the Mailman-Users mailing list