Fix bug 1267 - inlist/i were ignoring negation.
[exim.git] / test / stderr / 5401
1 Exim version x.yz ....
2 configuration file is TESTSUITE/test-config
3 admin user
4 LOG: smtp_connection MAIN
5 SMTP connection from CALLER
6 using ACL "acl_rcpt"
7 processing "accept"
8 check control = cutthrough_delivery
9 check verify = recipient
10 ----------- end verify ------------
11 accept: condition test succeeded in ACL "acl_rcpt"
12 ----------- start cutthrough setup ------------
13 Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
14 SMTP<< 220 ESMTP
15 SMTP>> EHLO myhost.test.ex
16 SMTP<< 250 OK
17 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
18 SMTP<< 250 Sender OK
19 SMTP>> RCPT TO:<userx@domain.com>
20 SMTP<< 250 Recipient OK
21 ----------- end cutthrough setup ------------
22 processing "accept"
23 accept: condition test succeeded in inline ACL
24 SMTP>> DATA
25 SMTP<< 354 Send data
26 SMTP>>(nl)
27 SMTP>> .
28 SMTP<< 250 OK
29 LOG: MAIN
30 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]
31 created log directory TESTSUITE/spool/log
32 SMTP>> QUIT
33 ----------- cutthrough shutdown (delivered) ------------
34 LOG: MAIN
35 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
36 LOG: MAIN
37 Completed
38 LOG: smtp_connection MAIN
39 SMTP connection from CALLER closed by QUIT
40 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>