diff options
author | Jeremy Harris <jgh@wizmail.org> | 2016-12-16 20:45:44 +0000 |
---|---|---|
committer | Jeremy Harris <jgh@wizmail.org> | 2016-12-18 14:02:28 +0000 |
commit | 87cb4a166c47b57df48c2918e47801d77639fbb0 (patch) | |
tree | 315721ad1ecede575e36521fd19a0f64b2ae4a2b /test/scripts/4510-DKIM-Bounces | |
parent | 142622b3f385bfcc36eae176763a7225c2e49b3c (diff) |
Fix DKIM information leakage
Diffstat (limited to 'test/scripts/4510-DKIM-Bounces')
-rw-r--r-- | test/scripts/4510-DKIM-Bounces/4510 | 15 | ||||
-rw-r--r-- | test/scripts/4510-DKIM-Bounces/REQUIRES | 2 |
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 |