* Aris Santillan <[EMAIL PROTECTED]> [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, [EMAIL PROTECTED]  . 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)

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to