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