> I'm using Exim 4.60 and I sent out an e-mail with mailx.
> This program invokes exim as "send-mail -i <recipients>" and includes a Bcc: 
> header.
> 
> strace:
> execve("/usr/sbin/sendmail", ["send-mail", "-i", "jpdalbec"], [/* 22 vars */])
> 
> However, the Bcc: headers were not stripped from the e-mail.  Has anyone else 
> seen this problem?

This is not a problem, it is as expected and documented in [43.7]. 
"exim -t" should remove a Bcc: header but in other cases exim should not
remove any header unless configured to do so. If you prefer to remove Bcc:
headers even without using -t option, you can add

    headers_remove = bcc

to all relevant transports.

Heiko

Heiko Schlichting        | Freie Universität Berlin
[EMAIL PROTECTED]       | Zentraleinrichtung für Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstraße 32
Telefax +49 30 838454327 | 14195 Berlin

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to