Fix post-transport-crash.
[exim.git] / test / scripts / 5200-queryprogram / 5204
CommitLineData
59e82a2a 1# queryprogram general tests
59371ea7
PH
21
3exim -bt '"ACCEPT hosts=localhost lookup=byname"@some.host'
4****
52
6exim -d-all+route -bt '"DECLINE cannot route this one (DECLINE)"@some.host'
7****
82
9exim -d-all+route -bt '"FAIL cannot route this one (FAIL)"@some.host'
10****
111
12exim -d-all+route -bt '"ERROR cannot route this one (ERROR)"@some.host'
13****
141
15exim -d-all+route -bt '"DEFER cannot route this one (DEFER)"@some.host'
16****
17exim -d-all+route -bt '"ACCEPT transport = other_smtp hosts=ten-1.test.ex"@some.host'
18****
19exim -d-all+route -bt PASS@some.host
20****
211
22exim -d-all+route -bt '"FREEZE cannot route this one (FREEZE)"@some.host'
23****
24exim -d-all+route -bt '"REDIRECT postmaster@test.ex"@some.host'
25****
26exim -odi '"FAIL cannot route this one (FAIL)"@some.host'
27Test message
28****
59e82a2a
PH
29exim -DCOMMAND_USER=CALLER -d-all+route -bh V4NET.2.3.4
30ehlo some.name
31mail from:<x@y>
32rcpt to:<"FAIL cannot route this one (FAIL)"@some.host>
33quit
34****