Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0483
1 # $sender_data and $recipient_data
2 exim -bs -d-all+route
3 helo test
4 mail from:<sender@domain1>
5 rcpt to:<recip@domain2>
6 rcpt to:<other@domain2>
7 quit
8 ****