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