+++ Chandrakumar Muthaiah [linux-india] <15/08/02 10:58 -0400>:
> Find that here. May by useful for you
 
>       system("$sendmail -F '$senderFullName' -f $senderaddress $email
> <<EOF\n$emailTextMesg\nEOF\n");
> }

Good god - spawning a new sendmail instance for every single address in that
file?  Let that go over a few hundred addresses, and ka-boom :)

I'd suggest seeing something like the c program bulk_mailer

        -srs
-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #046        -**< Sub : Console gibberish (#2) >**-
To clear  gibberish  all over the screen (e.g. after  cat of a
compressed or binary file) use "tset" from ncurses-bin package
Usually the  command  "reset"  will  clear the screen for you. 
"reset" is merely a symlink to the program "tset".


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to