String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807
[exim.git] / test / scripts / 0000-Basic / 0536
CommitLineData
a5bd321b
PH
1# Specifying SMTP codes in bespoke error messages
2exim -bs
3ehlo test.ex
4mail from:<>
5rcpt to:<user1@test.ex>
6rcpt to:<user2@test.ex>
7rcpt to:<user3@test.ex>
8rcpt to:<user4@test.ex>
9rcpt to:<user5@test.ex>
10rcpt to:<user6@test.ex>
11rcpt to:<user7@test.ex>
12rcpt to:<user8@test.ex>
13rcpt to:<user9@test.ex>
14rcpt to:<user10@test.ex>
15rcpt to:<user20@test.ex>
16rcpt to:<user21@test.ex>
17rcpt to:<user22@test.ex>
18rcpt to:<user23@test.ex>
19rcpt to:<user30@test.ex>
20rcpt to:<user31@test.ex>
21rcpt to:<user32@test.ex>
22rcpt to:<user33@test.ex>
23quit
24****
251
26exim -f user1@test.ex user1
27****
281
29exim -f user2@test.ex user1
30****
31exim -odi -f oksender@test.ex user22@test.ex
32****
33exim -DFORBID_SMTP_CODE=true -bs
34ehlo test.ex
35mail from:<>
36rcpt to:<user20@test.ex>
37rcpt to:<user21@test.ex>
38rcpt to:<user22@test.ex>
39rcpt to:<user23@test.ex>
40quit
41****
42no_msglog_check