summaryrefslogtreecommitdiff
path: root/test/scripts/4500-DKIM/4525
blob: dced4ae46934c22d5bb6410e3a886eeba3bf8944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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