Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0417
1 # smtp_return_error_details and sender verify defer
2 need_ipv4
3 #
4 exim -bs
5 helo test
6 mail from:<x@host.test.again.dns>
7 rcpt to:<x@y>
8 rcpt to:<a@b>
9 quit
10 ****
11 exim -DRETURN_ERROR_DETAILS=true -bs
12 helo test
13 mail from:<x@host.test.again.dns>
14 rcpt to:<x@y>
15 rcpt to:<a@b>
16 quit
17 ****