[4224] in testers
nominal nmh bcc bug
daemon@ATHENA.MIT.EDU (John Hawkinson)
Thu Jun 10 10:26:17 1999
Date: Thu, 10 Jun 1999 10:25:58 -0400 (EDT)
Message-Id: <199906101425.KAA14862@contents-vnder-pressvre.mit.edu>
To: testers@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
This doesn't really matter much in our configuration (or won't).
Zealous maintainers might want to forward this on, though.
I recently got myself another one of those wonderful mh-style bcc's:
// Received: from SOUTH-STATION-ANNEX.MIT.EDU by po10.MIT.EDU (5.61/4.7) id AA00537
// ; Thu, 10 Jun 99 10:20:36 EDT
// Received: from CONTENTS-VNDER-PRESSVRE.MIT.EDU by MIT.EDU with SMTP
// id AA00186; Thu, 10 Jun 99 10:20:07 EDT
// Received: from contents-vnder-pressvre.mit.edu (jhawk@localhost) by contents-vnd
// er-pressvre.mit.edu (8.9.3) with ESMTP
// id KAA14698; Thu, 10 Jun 1999 10:20:33 -0400 (EDT)
// Message-Id: <199906101420.KAA14698@contents-vnder-pressvre.mit.edu>
// Date: Thu, 10 Jun 1999 10:20:32 -0400
// From: John Hawkinson <jhawk@MIT.EDU>
// Apparently-To: <jhawk@PO10.LOCAL>
//
// ------- Blind-Carbon-Copy
and it was only then that I noticed it fails to set a To: field
and so MTA (sendmail) throws in an Apparently-To:. This is, of course,
an RFC82[12] violation.
It could very well add:
To: undisclosed-recipients:;
if there was a concern about multiple Bcc'd recipients knowing
who each other were. Otherwise it should, just list the blindly copied
recipients explicitly in the To: field.
--jhawk