dkim: set header canonicalization to relaxed
Instead of simple canonicalization which is the default one. Fixes #120
This commit is contained in:
parent
1dd394e63f
commit
0f75894b4f
|
@ -40,6 +40,7 @@ let
|
||||||
};
|
};
|
||||||
sign_alg = sha256;
|
sign_alg = sha256;
|
||||||
auth_only = yes;
|
auth_only = yes;
|
||||||
|
header_canon = relaxed;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
else "";
|
else "";
|
||||||
|
|
Loading…
Reference in New Issue