Hi together
I recognized, that mail safety sent out mails to BCC and CC addresses, when "send_mail_to_default_mail" is enabled AND the property is spelled different in mail_safety_mail_alter's $message['headers'] array.
So the code removes only properties BCC and CC, but not Bcc or Cc. I recognized that, when commerce's receipt Bcc mailwas sent out and was not catched by mail_safety.
Will prepare a patch for that.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3046820-5.patch | 511 bytes | andreasderijcke |
| #2 | 3046820-2-remove-bcc-and-cc-case-insensitive.patch | 754 bytes | megadesk3000 |
Comments
Comment #2
megadesk3000 commentedPatch created
Comment #3
megadesk3000 commentedComment #4
andreasderijckeWorks for me, both on 8.x-1.0 as on 8.x-1.x#0664357f
Comment #5
andreasderijckeActually, as stated in issue #3073570, I think 'Cc' and 'Bcc' is the only correct notation.
That change the patch for this issue as attached.
Comment #7
nitebreed