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

dkim_sign: default sign #2649

Merged
merged 11 commits into from
Sep 5, 2019
Merged

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    708fc66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4afc21 View commit details
    Browse the repository at this point in the history
  3. dkim_sign: refactored for testability

    - rename load_dkim_key -> load_dkim_default_key
    - pass dkim signing properties (domain, selector, key) around as object
    - call get_headers_to_sign when registering (vs. every transaction)
    - factor get_sign_properties out of outbound hook (simpler, enables test coverage)
    - when a dkim/${domain} dir is found, assure selector and key load
    msimerson committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    7a7286c View commit details
    Browse the repository at this point in the history
  4. more doc cleanups

    msimerson committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    b388e55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d517f0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3ca5c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e50c092 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7ef8fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e4ea7a View commit details
    Browse the repository at this point in the history
  10. update Changes

    msimerson committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    5ee717d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    8a2c76c View commit details
    Browse the repository at this point in the history