Merge pull request #121 from nlewo/pr-relaxed

dkim: set header canonicalization to relaxed
This commit is contained in:
Robin Raymond 2018-05-06 11:32:37 +02:00 committed by GitHub
commit 31dae8a5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ let
};
sign_alg = sha256;
auth_only = yes;
header_canon = relaxed;
}
''
else "";