X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fscripts%2F4500-DKIM%2F4525;h=dced4ae46934c22d5bb6410e3a886eeba3bf8944;hb=afd5e75ffc8f64f0ebed1df9dce64793011c14a6;hp=cc53a96c0803d77f0ea7584aa72e427de9288d5f;hpb=286b9d5fa4344de72fe6575fa089237fd7dbb56f;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/scripts/4500-DKIM/4525 b/test/scripts/4500-DKIM/4525 index cc53a96c0..dced4ae46 100644 --- a/test/scripts/4500-DKIM/4525 +++ b/test/scripts/4500-DKIM/4525 @@ -1,24 +1,54 @@ -# DKIM signing, ed25519 +# DKIM signing, with transport_filter # exim -bd -DSERVER=server -oX PORT_D **** # -# Privkey used here is: aux-fixed/dkim/dkim_ed25519.private (set in the conf) -# -exim -DSELECTOR=sed -DOPT=From:To:Subject -odf a@test.ex +# baseline (no transport_filter) +exim -DOPT=From -odf a@test.ex From: nobody@example.com content **** +millisleep 500 # -# Multiple-signing test (rsa + ed25519) # -exim -DSELECTOR=sed:sel -DOPT=From: -odf b@test.ex +# 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