]> granicus.if.org Git - php/commit
Fix #80706: mail(): Headers after Bcc headers may be ignored
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 4 Feb 2021 16:43:53 +0000 (17:43 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 8 Feb 2021 17:42:31 +0000 (18:42 +0100)
commitca7547c9e2f9120768d8290001ec6e1509b3597f
tree932919802e4ee86e3ff24e220d8c51719fc60956
parent4ff2665509a0d2172e558fa21ed6718792349e85
Fix #80706: mail(): Headers after Bcc headers may be ignored

We need to handle the case where a CRLF after a Bcc header is not the
beginning of a folding marker, because in that case the Bcc header was
not the last "thing".

Closes GH-6666.
NEWS
ext/standard/tests/mail/bug80706.phpt [new file with mode: 0644]
win32/sendmail.c