Bug 1454: Option -oMm for message reference
[exim.git] / test / scripts / 0000-Basic / 0198
1 # local part check before relay
2 need_ipv4
3 #
4 exim -odi -bS
5 MAIL FROM:<CALLER@the.local.host.name>
6 RCPT TO:<userx@copy.domain>
7 RCPT TO:<usery@copy.domain>
8 DATA
9 Received: from CALLER by the.local.host.name with local (Exim x.yz)
10 (envelope-from <CALLER@the.local.host.name>)
11 id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
12 Message-Id: <E10HmaX-0005vi-00@the.local.host.name>
13 From: CALLER_NAME <CALLER@the.local.host.name>
14 Date: Tue, 2 Mar 1999 09:44:33 +0000
15
16 Test one.
17 .
18 MAIL FROM:<doesn't@matter>
19 RCPT TO:<x@copy.domain>
20 RCPT TO:<y@copy.domain>
21 DATA
22 Received: from CALLER by the.local.host.name with local-smtp (Exim x.yz)
23 (envelope-from <doesn't@matter>)
24 id 10HmaY-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
25 Message-Id: <E10HmaY-0005vi-00@the.local.host.name>
26 From: doesn't@matter
27 Date: Tue, 2 Mar 1999 09:44:33 +0000
28
29 Test two.
30 .
31 ****