[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "proper" handling of BCC
- To: ietf-smtp@xxxxxxx
- Subject: Re: "proper" handling of BCC
- From: "John Levine" <johnl@xxxxxxxxx>
- Date: 17 Apr 2012 15:35:21 -0000
- Cc: dcrocker@xxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4f8d8dcf.xn--3zv.k1204; i=johnl@xxxxxxxxxxxxx; bh=muXn+KB4tldZ3kGqfB9Em5Vjeveebu1k51lRg2S7Vyw=; b=mCaE1yqGeuOAwUKqeblgwb7r4nvqF6A35NBL7BqPtQaWwy+jUef3vUywHYzb4ZjCYuC1LDwSXYNv9L0GwN8LBGk2oIiFwX2SMKHH+FZTSMBDr2iZX2PvGjueR7NjtoWOG1GVCfHPNlJJ6bnow20XCfYhEDslqQJVwpNIQX9Cb3U=
- Dkim-signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4f8d8dcf.xn--3zv.k1204; olt=johnl@xxxxxxxxxxxxx; bh=muXn+KB4tldZ3kGqfB9Em5Vjeveebu1k51lRg2S7Vyw=; b=C7GDJYrN0WkOovUqs9tkft1jR5k90P9+Qmy8ut0WcaVfwKeuunmYsAfEV1pUf1fT5onU3ijHNvF/1bQbfJoX88ahFBrSH+CBVzLMR4N3OoGrthukMKNP8SSjnGH/PArkvtulXTbEXwn//F9myGwwr0z5cyQeTPy07QmkxisqFpI=
- In-reply-to: <>
- List-archive: <http://www.imc.org/ietf-smtp/mail-archive/>
- List-id: <ietf-smtp.imc.org>
- List-unsubscribe: <mailto:ietf-smtp-request@imc.org?body=unsubscribe>
- Organization:
- Sender: owner-ietf-smtp@xxxxxxxxxxxx
- Vbr-info: md=iecc.com; mc=all; mv=dwl.spamhaus.org
>> That strikes me as a really unfortunate idea. Submission servers know all
>> about envelopes and message headers. In most cases, they don't know anything
>> about the body of the message beyond what they can intuit from the MIME
>> headers.
>
>As noted, this is a scenario that has been supported by some posting MSAs, like
>sendmail and mmdf, going back a very long time. My own view is that this is,
>nonetheless, an MUA function. That is, for this feature, sendmail and mmdf
>were/are acting as MUAs to prepare the message for formal posting, and then they
>turn into MSAs.
In case it wasn't clear, the MSA making the envelope from the headers
is reasonable, since you can write down a fairly simple rule for how
it works. The MUA is still a better place to do it since it's more
likely to know what the user wanted, and the simple rule becomes much
more complex in corner cases like multiple From: addresses and
Resent-x headers.
Having the MSA add comments into the body is much less so.
R's,
John