Rspamd: add $authenticated_id as User to scan command
[exim.git] / test / scripts / 5700-tpt-post-dlv-action / 5700
CommitLineData
14a465c3 1# Arbitrary expansion after transport
d68218c7
JH
2# (EXPERIMENTAL_TPDA)
3#
4need_ipv4
5#
6exim -odq userx@domain1
7A deliverable message
8****
9server PORT_S
10220 ESMTP
11EHLO
12250-OK
13250 HELP
14MAIL
15250 OK
16RCPT
17250 OK
18DATA
19354 More...
20.
21250 OK
22QUIT
23220 OK
24****
25exim -qqf
26****
27#
28#
29#
30#
31exim -odq userx@domain2
32A deliverable message which will hit a coding error in the config
33****
34server PORT_S
35220 ESMTP
36EHLO
37250-OK
38250 HELP
39MAIL
40250 OK
41RCPT
42250 OK
43DATA
44354 More...
45.
46250 OK
47QUIT
48220 OK
49****
50exim -qqf
51****
52#
53#
54#
55server PORT_S
56220 ESMTP
57EHLO
58*sleep 4
59****
60exim -odi userx@domain1
61A message which will hit a timeout at the destination server
62.
63****
64#
14a465c3
JH
65#
66#
67#
68#
69exim -odq userx@domain1
70A message which will get refused
71****
72server PORT_S
73220 ESMTP
74EHLO
75250-OK
76250 HELP
77MAIL
78250 OK
79RCPT
80550 GO AWAY
81QUIT
82220 OK
83****
84exim -qqf
85****
86#
87#
88#
89#
90exim -odq userx@domain1
91A message we will cancel from the queue
92****
93exim -odi -Mg $msg1
94****