summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0543
blob: e64ba4afc9a9638d6280660285d342696e8bfd42 (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
# 4xx retries with 2nd message (don't use same connection)
need_ipv4
#
# Put a message on the queue
exim -odq userx@domain1
Test message 1
****
# Arrange a second message that's had a 4xx
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL
250 OK
RCPT
451 Later, please
QUIT
220 OK
****
exim -odi usery@domain1
Test message 2
****
1
dump wait-smtp
# A queue run will try these in order, since queue_run_in_order is set. The
# first one is accepted, but it shouldn't fire up the second on the same
# connection, because a 4xx error should no longer put the message on the list.
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL
250 OK
RCPT
250 OK
DATA
354 More...
.
250 OK
QUIT
250 OK
****
exim -q -d-all+route
****
no_msglog_check