When trying spooled messages, account for the local-interface in grouping for a conne...
[users/jgh/exim.git] / test / scripts / 0000-Basic / 0487
1 # qualification in headers with rewrite in transport
2 exim -d -bnq -odi -bs userx
3 ehlo x.y
4 mail from:<x@y>
5 rcpt to:<userx@test.ex>
6 data
7 From: unqualified
8
9 Test message.
10 .
11 quit
12 ****