Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0145
1 # MX pointing to IP address not allowed
2 2
3 exim -bt x@mxt10.test.ex
4 ****
5 exim -bh V4NET.9.8.7
6 helo test
7 mail from:<x@mxt10.test.ex>
8 rcpt to:<x@y>
9 quit
10 ****
11 exim -bh V4NET.9.8.7
12 helo test
13 mail from:<x@ten-1.test.ex>
14 rcpt to:<x@mxt10.test.ex>
15 quit
16 ****