ARC: add $arc_state, $arc_state_reason and add reason to authres string
[exim.git] / test / scripts / 4500-DKIM / 4520
index 3e58799729613ce5db6d1dadd03f619cb068d152..f7fafb3e4bc03a8f28e7d4f5ae849d725fe613cf 100644 (file)
@@ -18,17 +18,58 @@ From: nobody@example.com
 content
 ****
 #
-# default header set
-exim -DHEADERS_MAXSIZE=y -odf c@test.ex
+# no header, multi-sign
+exim -DOPT=From:=X-Mine -odf b10@test.ex
 From: nobody@example.com
 
 content
 ****
 #
+# double header, multi-sign
+exim -DOPT=From:=X-Mine -odf b12@test.ex
+From: nobody@example.com
+X-mine: one
+X-mine: two
+
+content
+****
+#
+#
+# no header, always-oversign
+exim -DOPT=+X-Mine -odf b20@test.ex
+From: nobody@example.com
+
+content
+****
+#
+# double header, always-oversign
+exim -DOPT=+X-Mine -odf b22@test.ex
+From: nobody@example.com
+X-mine: one
+X-mine: two
+
+content
+****
+#
+## default header set
+# cannot test that as it includes Date: so results in a varying signature
+#exim -DHEADERS_MAXSIZE=y -odf c@test.ex
+#From: nobody@example.com
+#
+#content
+#****
+##
 # check that on signing we warn in debug mode about verify problems
 exim -d-all+acl -DOPT=From -DSELECTOR=sel_bad -odf d@test.ex
 From: nobody@example.com
 
+content
+****
+#
+# check that an empty dkim_privatekey overrides dkim_strict
+exim -DOPT=From -DSTRICT=true -DSELECTOR=none -odf a@test.ex
+From: nobody@example.com
+
 content
 ****
 #