summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0417
blob: ac3da7d32d8411c14ec6aa363e901af20140fd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# smtp_return_error_details and sender verify defer
need_ipv4
#
exim -bs
mail from:<x@host.test.again.dns>
rcpt to:<x@y>
rcpt to:<a@b>
quit
****
exim -DRETURN_ERROR_DETAILS=true -bs
mail from:<x@host.test.again.dns>
rcpt to:<x@y>
rcpt to:<a@b>
quit
****