dkim: set header canonicalization to relaxed

Instead of simple canonicalization which is the default one.

Fixes #120
This commit is contained in:
Antoine Eiche 2018-05-04 19:50:08 +02:00
parent 1dd394e63f
commit 0f75894b4f
1 changed files with 1 additions and 0 deletions

View File

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