diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2021-08-30 23:31:40 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2021-08-30 23:31:40 +0200 |
commit | a29e3f549558cea293296380917cea145d2c62a2 (patch) | |
tree | 66dbe37f912f17fc59c658b2a6f9200eaefec6e7 /test/scripts/4500-DKIM/4515 | |
parent | a013e982148dd502244e5929aac6b49acd586b79 (diff) | |
parent | 44a62f58613f26f5cba82e9fa1e3d6f83124c550 (diff) | |
download | exim4-exim-4.94.2+taintwarn.tar.gz |
Merge branch 'exim-4.94.2+fixes' into exim-4.94.2+taintwarnexim-4.94.2+taintwarn
Diffstat (limited to 'test/scripts/4500-DKIM/4515')
-rw-r--r-- | test/scripts/4500-DKIM/4515 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/test/scripts/4500-DKIM/4515 b/test/scripts/4500-DKIM/4515 new file mode 100644 index 000000000..dced4ae46 --- /dev/null +++ b/test/scripts/4500-DKIM/4515 @@ -0,0 +1,54 @@ +# DKIM signing, with transport_filter +# +exim -bd -DSERVER=server -oX PORT_D +**** +# +# baseline (no transport_filter) +exim -DOPT=From -odf a@test.ex +From: nobody@example.com + +content +**** +millisleep 500 +# +# +# with transport_filter +exim -DOPT=From -DFILTER=y -odf b@test.ex +From: nobody@example.com + +content +**** +millisleep 500 +# with transport_filter and CHUNKING +exim -DOPT=From -DFILTER=y -DALLOW=y -odf c@test.ex +From: nobody@example.com + +content +**** +millisleep 500 +# +# for comparison, mails that should get identical sigs, though not using a transport_filter +exim -DOPT=From -odf b@test.ex +From: nobody@example.com + +content + +-- +This is a generic mailinglist footer, using a traditional .sig-separator line +---- +**** +millisleep 500 +exim -DOPT=From -DALLOW=y -odf c@test.ex +From: nobody@example.com + +content + +-- +This is a generic mailinglist footer, using a traditional .sig-separator line +---- +**** +millisleep 500 +# +# +killdaemon +no_msglog_check |