DMARC: add ARC info to history records
[exim.git] / test / scripts / 4690-DMARC-ARC / 4690
1 # DMARC history-report of ARC results
2 #
3 mkdir DIR/tmp
4 sudo chmod 777 DIR/tmp
5 #
6 exim -DSERVER=server -bd -oX PORT_D
7 ****
8 #
9 # We send this one through two forwarding hops.
10 # It starts off bare, so the 1st forwarder reception gets an ARC status of "none".
11 # The outbound signs it with that, and the 2nd forwarder is happy to pass it.
12 # The outbound signs again, and the final receiver is happy.
13 #
14 client 127.0.0.1 PORT_D
15 ??? 220
16 HELO xxx
17 ??? 250
18 MAIL FROM:<CALLER@test.ex>
19 ??? 250
20 RCPT TO:<zza@test.ex>
21 ??? 250
22 DATA
23 ??? 354
24 Subject: Test
25 From: <CALLER@test.ex>
26
27 This is a test body.
28 .
29 ??? 250
30 QUIT
31 ??? 221
32 ****
33 #
34 exim -DSERVER=server -DNOTDAEMON -q
35 ****
36 exim -DSERVER=server -DNOTDAEMON -q
37 ****
38 exim -DSERVER=server -DNOTDAEMON -q
39 ****
40 #
41 killdaemon
42 cat DIR/tmp/TESTNUM.hist.dmarc
43 #
44 sudo rm -fr DIR/tmp
45 no_msglog_check