Jan- Hendrik Palic wrote:
> On Thu, Nov 23, 2000 at 02:04:30PM +1100, raf wrote:
>
> |> I got a problem and I don't know, where the problem is.
> |>
> |> I sent yesterday a mail with several adresses in BCC- field. A friend, using
> |> Outlook on Windows ME (I thing Outlook 5.5) is able to see the adresses,
> |> which stand in BCC- fiel. An other friend can see them by using KMAIL on KDE
> |> 2.0.
> |>
> |> My MTA is exim on potato, exim 3.12 and my mutt is a selfcompiled
> |> mutt-1.2.5-4. Whats going wrong?
> |
> |shouldn't that be the "Bcc" field (i.e. without the "-")?
>
> Yes, youre right, but thats not the problem, why are they shown in several
> mua's...? What in my configuration is going wrong?
sorry about that. i was being stupid.
do the intended bcc recipients receive the mail?
if not, then it's not being recognised as a header.
maybe there's a blank line before it or the line
endings are "wrong"?
i'd suggest bcc'ing a message to yourself. if you
receive the message, save it to a file and examine
the file using od or xxd or something to look for anything
wierd. what editor do you use to compose the messages?
do you have edit_hdrs set in your .muttrc?
mutt wouldn't even be sending the bcc header to exim
if it recognised it as a bcc header. sendmail does
have an option to read the headers in a message given
to it, work out the recipients from the headers and
then send everything except the bcc header but mutt
doesn't rely on that because sendmail isn't the
only mta so exim can't be the problem.
raf