diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-10 17:58:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-11 19:26:43 +0100 |
commit | 042e558f346b01902dd414206a047fa47b686f0b (patch) | |
tree | 3a758061be43ca82062fc855e4211caab91b6527 /test/scripts/4540-DKIM-Ed25519 | |
parent | dbbf21a75d225871cb7a44878ece42c5d79a1a2c (diff) |
DKIM: preferences for verify algorithms
Diffstat (limited to 'test/scripts/4540-DKIM-Ed25519')
-rw-r--r-- | test/scripts/4540-DKIM-Ed25519/4541 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/scripts/4540-DKIM-Ed25519/4541 b/test/scripts/4540-DKIM-Ed25519/4541 new file mode 100644 index 000000000..cec41df0f --- /dev/null +++ b/test/scripts/4540-DKIM-Ed25519/4541 @@ -0,0 +1,30 @@ +# DKIM verify, multiple and dkim_verify_minimal +# This relies on multiple-signing working (4545 tests that) +# +# Verify both +exim -bd -DSERVER=server -oX PORT_D +**** +# +exim -DSELECTOR=sel:sed -DOPT=From: -odf a@test.ex +From: nobody@example.com + +content +**** +# +millisleep 500 +killdaemon +# +# +# Verify only EC sig +exim -bd -DSERVER=server -DFILTER=y -oX PORT_D +**** +# +exim -DSELECTOR=sel:sed -DOPT=From: -odf b@test.ex +From: nobody@example.com + +content +**** +# +millisleep 500 +killdaemon +no_msglog_check |