hosts_require_helo
[exim.git] / test / scripts / 0000-Basic / 0305
1 # expansion in domain lists
2 exim -bh V4NET.2.3.4
3 helo test
4 mail from:<x@y>
5 rcpt to:<x@ten-1.test.ex>
6 rcpt to:<x@junk.junk>
7 quit
8 ****
9 2
10 exim -bv x@ten-1.test.ex x@junk.junk
11 ****