diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-28 12:30:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-28 14:24:17 +0000 |
commit | 02c4f8fb8927c97939d3daa345148739e275dc8d (patch) | |
tree | fed8bb398c66b9b5419423de9416f08524e6a4ec /test/scripts | |
parent | 2a27d0e4e61c2eecbb9557e8ad5d0a55077ee4ff (diff) |
DKIM: check pointer to calculated body hash before verify comparison. Bug 2029
We can have a missing body hash from a malformed DKIM-Signature: header
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4500-DKIM/4506 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/4500-DKIM/4506 b/test/scripts/4500-DKIM/4506 index b2d53e8fc..14bba8346 100644 --- a/test/scripts/4500-DKIM/4506 +++ b/test/scripts/4500-DKIM/4506 @@ -1,6 +1,6 @@ # DKIM verify, errors # -exim -d-all+acl -DSERVER=server -bd -oX PORT_D +exim -DSERVER=server -bd -oX PORT_D **** # # This should fail verify (missing header hash in sig header) |