On 4 Nov 2005, at 19:01, Bob Dodds wrote:
If I hand off a list of recipients to qmail using the same method as qmail-queue, the recipient's source will show "To: undisclosed recipients" if there is a bcc. qmail must be doing something with the bcc header, because I passed it a simple string of [EMAIL PROTECTED], not any [EMAIL PROTECTED]
It's a confusion about how mail works with BCCs. BCC is purely a client facility - there is no "BCC" header as such - it should be immediately stripped by the client before it sends to the SMTP server, and turned into RCPT TO commands.
