Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0293
1 # smtp_accept_{max,queue}_per_connection
2 exim -odi -v -bs
3 helo test
4 mail from:<x1@y>
5 rcpt to:<one@z>
6 data
7 .
8 mail from:<x2@y>
9 rcpt to:<two@z>
10 data
11 .
12 mail from:<x3@y>
13 quit
14 ****
15 exim -odi -v -bs
16 helo test
17 mail from:<x@y>
18 rset
19 mail from:<x@y>
20 rset
21 mail from:<x@y>
22 quit
23 ****
24 no_msglog_check