DMARC: send forensic reports for reject & quarantine results, and "none" policy....
[exim.git] / test / scripts / 0000-Basic / 0218
CommitLineData
59371ea7
PH
1# PIPELINING (client: multiple messages, with log_sender_on_delivery)
2need_ipv4
3#
4exim a
5Message 1
6****
7exim b
8Message 2
9****
10server PORT_S
11220 Server ready
12EHLO
13250-OK
14250 PIPELINING
15MAIL FROM
16250 OK
17RCPT TO
18250 OK
19DATA
20351 Send more
21.
22250 OK
23MAIL FROM
24250 OK
25RCPT TO
26250 OK
27DATA
28351 Send more
29.
30250 OK
31QUIT
32250 OK
33****
34exim -d-all+queue_run -v -qq
35.
36****
37# This time, the first one gets a MAIL error. As the message makes no
38# progress, the second one runs separately, and gets a refused connection.
39exim a
40Message 1
41****
42exim b
43Message 2
44****
45server PORT_S
46220 Server ready
47EHLO
48250-OK
49250 PIPELINING
50MAIL FROM
51550 NO
52RCPT TO
53503 Unexpected RCPT
54DATA
55503 Unexpected DATA
56QUIT
57250 OK
58****
59exim -d-all+queue_run -v -qq
60.
61****
62# One message and an error message were left on the queue. Add a new
63# message and try again; this time the first message gets a recipient error.
64exim c
65Message 3
66****
67server PORT_S
68220 Server ready
69EHLO
70250-OK
71250 PIPELINING
72MAIL FROM
73250 OK
74RCPT TO
75550 Unknown
76DATA
77503 Unexpected DATA
78RSET
79250 OK
80MAIL FROM
81250 OK
82RCPT TO
83250 OK
84DATA
85351 OK
86.
87250 OK
88QUIT
89250 OK
90****
91exim -d-all+ident -v -qqf
92.
93****
94no_msglog_check