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