Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0517
1 # control = suppress_local_fixups
2 exim -odi -bs
3 helo test
4 mail from:<>
5 rcpt to:<userx@dom.com>
6 data
7 .
8 quit
9 ****
10 exim -odi -bs
11 helo test
12 mail from:<>
13 rcpt to:<usery@dom.com>
14 data
15 .
16 quit
17 ****