+++ H.S.Rai [10/07/02 18:03 +0530]:
> Use -f option. I used following method:
> +++++++++++++++++
> for ADDEE in `cat address.list`; do
> echo  To: $ADDEE > m2
> cat m1 m2 m3 > m
> /usr/sbin/sendmail -v  -t -f [EMAIL PROTECTED] < m
> rm m2 m
> done
> Where m1 contain From field i.e.

Good god.  Your script will cause sendmail to fork 6k sendmails assuming a
list of 6k people.

Set up something like Mailman or Majordomo, enable VERP and do proper bounce
processing.  That can't be done by using a from of [EMAIL PROTECTED] or
whatever.

        -srs



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to