Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix invalid DKIM-signature with zero To-addresses #2754

Merged
merged 3 commits into from Aug 22, 2022

Commits on Aug 21, 2022

  1. Bugfix invalid DKIM-signature with zero To-addresses

    When using PHP's mail() function, and when there are no To-addressees (e.g. only BCC), then the DKIM-signature was not correct. There was a discrepancy between how mail() was called (empty $to) versus the DKIM-signature ('undisclosed-recipients:;').
    sverpoorten committed Aug 21, 2022
    Copy the full SHA
    0bddcf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. CS

    Synchro committed Aug 22, 2022
    Copy the full SHA
    53d91d3 View commit details
    Browse the repository at this point in the history
  2. CS

    Synchro committed Aug 22, 2022
    Copy the full SHA
    6b7dc4e View commit details
    Browse the repository at this point in the history