Ticket #1484997 (closed Bugs: fixed)
BCC headers are not stripped
| Reported by: | rosali | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-alpha |
| Component: | PHP backend | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
->steps/mail/func.inc ->function rcmail_deliver_message ->add:
// find me ... unset old headers otherwise BCC header is not stripped !!! $message->_headers = array();
->before:
$sent = smtp_mail($from, $a_recipients, ($foo = $message->txtHeaders($send_headers,false)), $msg_body, $smtp_response);
Also $message->txtHeaders should only have to arguments and not three.
-Roland
Change History
Note: See
TracTickets for help on using
tickets.
