On Thu, 6 Sep 2001, Zak Thompson wrote:
> Hey is there a script anywhere that takes emails out of a file.. or some
> sort of a db and dump them into a ezmlm mailing list? I have a client that
> has 800 clients and their emails and wants a news letter to them.. but
> doesn't want to add each one by hand.. any ideas?
I've found that:
for email in `cat oldlist` do; ezmlm-sub /path/to/list $email; done
works well for converting majordomo lists to ezmlm.
Actually, for bigger lists:
xargs -l ezmlm-sub /path/to/list < oldlist
might be a better idea :)
Either way should be trivial to apply to a database of names...
--Colin.
Colin Palmer -- [EMAIL PROTECTED] -- http://raccoon.osoal.org.nz/
Systems Engineer -- [One Short Of A Llama] http://web.osoal.org.nz/