Email address obfuscation in effect -- please
click here to turn it off.
[Date Prev][
Date Next][Thread Prev][
Thread Next][
Date Index][
Thread Index]
I have a unix style file full of emails. I would like to send all of these
emails to a single person. So it is something like this:
split file into seperate emails;
foreach $email {
system("sendmail EMAIL:PROTECTED < $email");
}
While it would be easy enough for me to write a script to do this (as it seems
to me that emails are seperated by "\n\nFrom ") I was hoping that there was a
ready built tool that would do the job for me, and save me the thinking.
Thanks, Stephen
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members