summaryrefslogtreecommitdiff
path: root/test/scripts/4510-DKIM-Bounces
diff options
context:
space:
mode:
authorJeremy Harris <jgh@wizmail.org>2016-12-16 20:45:44 +0000
committerJeremy Harris <jgh@wizmail.org>2016-12-18 14:02:28 +0000
commit87cb4a166c47b57df48c2918e47801d77639fbb0 (patch)
tree315721ad1ecede575e36521fd19a0f64b2ae4a2b /test/scripts/4510-DKIM-Bounces
parent142622b3f385bfcc36eae176763a7225c2e49b3c (diff)
Fix DKIM information leakage
Diffstat (limited to 'test/scripts/4510-DKIM-Bounces')
-rw-r--r--test/scripts/4510-DKIM-Bounces/451015
-rw-r--r--test/scripts/4510-DKIM-Bounces/REQUIRES2
2 files changed, 17 insertions, 0 deletions
diff --git a/test/scripts/4510-DKIM-Bounces/4510 b/test/scripts/4510-DKIM-Bounces/4510
new file mode 100644
index 000000000..531dbdafd
--- /dev/null
+++ b/test/scripts/4510-DKIM-Bounces/4510
@@ -0,0 +1,15 @@
+# DKIM signing and bounces
+#
+exim -bd -DSERVER=server -oX PORT_D
+****
+#
+# single header signed
+# one rcpt accept, one reject - should get a DSN
+exim -odf baduser@test.ex okuser@test.ex
+From: nobody@example.com
+From: second@example.com
+
+content
+****
+millisleep 500
+killdaemon
diff --git a/test/scripts/4510-DKIM-Bounces/REQUIRES b/test/scripts/4510-DKIM-Bounces/REQUIRES
new file mode 100644
index 000000000..a75b81c54
--- /dev/null
+++ b/test/scripts/4510-DKIM-Bounces/REQUIRES
@@ -0,0 +1,2 @@
+support DKIM
+support PRDR