Try to make test 0461 less unreliable.
[exim.git] / test / scripts / 0000-Basic / 0198
CommitLineData
59371ea7
PH
1# local part check before relay
2need_ipv4
3#
4exim -odi -bS
5MAIL FROM:<CALLER@the.local.host.name>
6RCPT TO:<userx@copy.domain>
7RCPT TO:<usery@copy.domain>
8DATA
9Received: 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
12Message-Id: <E10HmaX-0005vi-00@the.local.host.name>
13From: CALLER_NAME <CALLER@the.local.host.name>
14Date: Tue, 2 Mar 1999 09:44:33 +0000
15
16Test one.
17.
18MAIL FROM:<doesn't@matter>
19RCPT TO:<x@copy.domain>
20RCPT TO:<y@copy.domain>
21DATA
22Received: 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
25Message-Id: <E10HmaY-0005vi-00@the.local.host.name>
26From: doesn't@matter
27Date: Tue, 2 Mar 1999 09:44:33 +0000
28
29Test two.
30.
31****