Rajagopal Subash <[EMAIL PROTECTED]> wrote:

>Hi prepare your mail with only bcc field. Do not fill up anything on the to
>and cc field. This will let the receipient know only the sender's address.

That sometimes backfires.  On some occasions when I've attempted to do this,
the receiving mail handler gets upset at the lack of a To: header, and puts
the entire Bcc: list in X-Apparently-To: headers, which of course totally
reverses what you were trying to accomplish.  Therefore, my general advice
is to put *yourself* in the To: header, then everybody else in Bcc:.

Alternately, use a tiny shell script to mail them individually.  I'm a Perl
fan, so I'd probably

    perl -ne 'chomp; `mail $_ < message_file`'

Type at it the list of recipients, one per line, and hit Ctrl-D when done.
(Yes, I know this is gross overkill, and I can do it in a sh line too, but I
think Perl is more fun. =)

Ryan Caveney



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to