Split long fakereject and fakedefer messages.
[exim.git] / test / scripts / 0000-Basic / 0070
1 # helo_verify_hosts and helo_try_verify_hosts
2 exim -bh V4NET.0.0.1
3 mail from:<userx@cus.cam.ac.uk>
4 quit
5 ****
6 exim -bh V4NET.0.0.13
7 mail from:<userx@cus.cam.ac.uk>
8 rcpt to:<a@b>
9 quit
10 ****
11 exim -bh V4NET.0.0.2
12 helo [V4NET.0.0.1]
13 mail from:<a@b>
14 rcpt to:<c@d>
15 quit
16 ****
17 exim -bh V4NET.0.0.2
18 helo [V4NET.0.0.2]
19 mail from:<a@b>
20 rcpt to:<c@d>
21 quit
22 ****
23 exim -bh V4NET.0.0.1
24 helo ten-1.test.ex
25 quit
26 ****
27 exim -bh V4NET.0.0.3
28 helo ten-3.test.ex
29 helo ten-3-alias.test.ex
30 helo ten-3xtra.test.ex
31 quit
32 ****
33 exim -bh V4NET.0.0.1
34 ehlo rhubarb
35 quit
36 ****
37 # This is a special IP address that provokes a temporary lookup failure
38 exim -DHVH=99.99.99.99 -bh 99.99.99.99
39 ehlo rhubarb
40 quit
41 ****
42 exim -bh V4NET.0.0.13
43 helo [V4NET.0.0.99]
44 mail from:<a@b>
45 rcpt to:<c@d>
46 quit
47 ****
48 exim -bh V4NET.0.0.13
49 helo [V4NET.0.0.13]
50 mail from:<a@b>
51 rcpt to:<c@d>
52 quit
53 ****
54 # Temporary lookup when not in helo_try_verify_hosts
55 exim -bh 99.99.99.99
56 ehlo rhubarb
57 mail from:<a@b>
58 rcpt to:<c@d>
59 quit
60 ****