Move the regression test for CVE-2019-15846 to 1100-Basic-TLS/1100
[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 ****