-
Notifications
You must be signed in to change notification settings - Fork 179
Q5004
I've recently noticed that emails I send with a Bcc: line are being delivered to their final destination with the Bcc: line still present.
Exim removes Bcc: lines only if you call it with the -t option (i.e. when it is acting partly as an MUA). It does not remove Bcc: lines that are present in incoming SMTP mail or command-line mail that does not use -t. Indeed, it should not remove them, because only the initiating software (i.e. the MUA) can tell what to do with Bcc: lines; any MTA software has to leave them alone. This is what RFC 2822 has to say about Bcc: The Bcc: *field (where the Bcc means Blind Carbon Copy ) contains addresses of recipients of the message whose addresses are not to be revealed to other recipients of the message.
There are three ways in which the Bcc: field is used. In the first case, when a message containing a Bcc: field is prepared to be sent, the Bcc: line is removed even though all of the recipients (including those specified in the Bcc: field) are sent a copy of the message.
In the second case, recipients specified in the To: and Cc: lines each are sent a copy of the message with the Bcc: line removed as above, but the recipients on the* Bcc: line get a separate copy of the message containing a Bcc: line. (When there are multiple recipient addresses in the Bcc: field, some implementations actually send a separate copy of the message to each recipient with a Bcc: containing only the address of that particular recipient.)
Finally, since a Bcc: field may contain no addresses, a Bcc: field can be sent without any addresses indicating to the recipients that blind copies were sent to someone. Which method to use with* Bcc: fields is implementation dependent, but refer to the Security Considerations section of this document for a discussion of each.
- How can I arrange to allow a limited set of users to perform a limited
- I want to tail the Exim log, but I have a number of other logs I also want to tail , and the number of tailing windows is getting to be a nuisance.
- How can I persuade Exim to accept ETRN commands without the leading #
- I've recently noticed that emails I send with a Bcc: line are being
- I used gv 3.5.8 (ghostview) to try printing spec.ps. After every printed page, the printer ejects a blank sheet. Is this something to do with using letter > rather than A4 paper?
- Why aren't there any man pages for Exim? I don't always carry my printed
- When I send a message using the -t command line option, Exim sends
- If I set up a domain list to contain *customer.com, it
- I want to match all domains of the form *.oyoy.org but want a few
- I can't seem to find a pre-built version of Exim anywhere. The machine
- Is there a version of Exim available that runs under Windows?
- Does Exim support Delivery Status Notification (DSN), Message Status
- What does Exim > stand for?
- Although I haven't set
check_spool_space
, Exim is still checking the - I just noticed log entries that start off
<= <>
. Am I correct in assuming that the<>
indicates that the envelope did not contain any From > data? - I've received a message which does not have my address in the To:
- Can (or will) Exim ever handle a message delivery purely in memory, that
- If I am using dbm files for data that Exim reads, can I rebuild them on
- I need an option that is the opposite of -bpa, that is, a listing of
- How can I make Exim receive incoming mail, queue it, but not attempt to
- Does Exim support POP and/or IMAP, or do I have to install something
- Is there an easy way of removing all queued messages at once in a safe
- Why does Exim do ident callbacks by default? Isn't this just a waste
- I often have the problem that a message gets stuck in the mail queue and
- What precautions should I take when editing Exim's run time
- Is exim able to use RFC 2645, On-demand Mail Relay (ODMR)?
- Is there any way I can send bounces to the postmaster, and nobody else?
- When I HUP the Exim daemon, the name shown in the process table changes
- A message with a recipient address that contains a non-printing
- I am using exim in a two queues scenario, with two different
- Why is there no sender address on bounce messages? It shows up as
- Are there any Exim web-based administration scripts?
- How can I send a copy of all outgoing messages to another mailbox?
- Is there any way to make the
queue_only
option conditional? I would - Does Exim run with different permissions between -bt and -bh, or
- Can I make Exim stop accepting inbound emails when the queue gets above