Bug 1454: Option -oMm for message reference
[exim.git] / test / scripts / 0000-Basic / 0486
1 # timing of rewriting
2 exim -bs
3 ehlo x.y.z
4 mail from:<writer@wdomain>
5 rcpt to:<reader1@rdomain>
6 rcpt to:<reader2@rdomain>
7 data
8 from: writer@wdomain
9 to: reader1@rdomain, reader2@rdomain
10 .
11 mail from:<smtp-writer@wdomain>
12 rcpt to:<smtp-reader@rdomain>
13 data
14 from: smtp-writer@wdomain
15 to: smtp-reader@rdomain
16 .
17 quit
18 ****