ID: 38717 Updated by: [EMAIL PROTECTED] Reported By: adrianob at gmail dot com -Status: Open +Status: Feedback Bug Type: Mail related Operating System: Linux PHP Version: 4.4.4 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-09-05 01:38:37] adrianob at gmail dot com Description: ------------ I'm trying to send an email with Bcc recipients, they get a copy, but the Bcc header isn't stripped out. I already tested using different character cases, like Bcc, BCC, bcc. And already tested using \n and \r\n as headers glue. Reproduce code: --------------- <?php mail('[EMAIL PROTECTED]', 'subject', 'message', 'Bcc: [EMAIL PROTECTED]'); ?> Expected result: ---------------- [EMAIL PROTECTED] and [EMAIL PROTECTED] receive the same message, but without one know the other. Actual result: -------------- [EMAIL PROTECTED] is receiving the following message: Subject: subject Bcc: [EMAIL PROTECTED] message ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38717&edit=1