Yesterday at 11:59am -0000 Ashima  Loomba wrote:

>    metasend command with '-F' option. With this the
>    senders address

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.

From: [EMAIL PROTECTED]

amd m3 contain Subject: field and message.

-f is sender, which must be having a valid domain as a lot
mail server check existence of sender, and From: contain
emailID from which it appeared to be sent.

-- 
H.S.Rai

:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Linux Users Counter                            LOST #058

There is no way to know the exact number of Linux users in the
world ... a counter was set up five years ago. All linux users
NOT registered should do a one-time registration at:

http://counter.li.org/

####<[EMAIL PROTECTED]>###################################
:



-------------------------------------------------------
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