Testsuite: ignore optional OCSP output from -bP testcase
[exim.git] / test / scripts / 0000-Basic / 0538
CommitLineData
2b1c6e3a
PH
1# callout for recipient/use_sender after mail from:<> rejection
2need_ipv4
3#
4# Do a sender address verify that rejects MAIL FROM:<>
5server PORT_S
6220 Welcome
193e3acd 7EHLO
2b1c6e3a
PH
8250 Hi
9MAIL FROM
10550 I'm misconfigured
11QUIT
12221 Bye
13****
14exim -bs
15mail from:<userx@broken.example>
16quit
17****
18# Now do a recipient verify for the same domain, with use_sender
19server PORT_S
20220 Welcome
193e3acd 21EHLO
2b1c6e3a
PH
22250 Hi
23MAIL FROM
24250 OK
25RCPT TO
26250 OK
27QUIT
28221 Bye
29****
30exim -bs
31mail from:<userx@ok.example>
32rcpt to:<usery@broken.example>
33quit
34****
35# A final check that the cache works for sender address
36exim -bs
37mail from:<userx@broken.example>
38quit
39****