Quoth Otavio Exel on Wed, Jun 23, 1999:
> and message_file does NOT contain a "To:" header; I understand from the
> manual that exim is supposed to add a header like:
>
> To: addr1, addr2, addr3
I think that in this case Exim adds an empty (or almost empty)
Bcc: header. It's better to compose a message comtaining a
header like:
To: addr1, addr2, addr3
And call Exim like:
cat message | exim -oi -t
Pay attention to the -oi flag! It will spare you some headache,
TRUST ME.
Vadik.
--
Do not meddle in the affairs of sysadmins, they are quick to
anger and have no need for subtlety.
--
*** Exim information can be found at
http://www.exim.org/ ***