Fix 2-phase, in-order queue run delivery order
[exim.git] / test / stderr / 0396
1 Exim version x.yz ....
2 Hints DB:
3 changed uid/gid: forcing real = effective
4   uid=uuuu gid=CALLER_GID pid=p1234
5 configuration file is TESTSUITE/test-config
6 admin user
7 changed uid/gid: privilege not needed
8   uid=EXIM_UID gid=EXIM_GID pid=p1234
9 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
10 sender address = CALLER@the.local.host.name
11 set_process_info: pppp accepting a local SMTP message from <CALLER@the.local.host.name>
12  in hosts_connection_nolog? no (option unset)
13 LOG: smtp_connection MAIN
14   SMTP connection from CALLER
15 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
16 smtp_setup_msg entered
17 SMTP<< helo test
18 SMTP>> 250 the.local.host.name Hello CALLER at test
19 SMTP<< mail from:<x@y>
20 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
21 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
22 SMTP>> 250 OK
23 SMTP<< rcpt to:<x@y>
24 processing "accept" (TESTSUITE/test-config 12)
25 check domains = +fail
26 y in "+fail"?
27  list element: +fail
28   start sublist fail
29    expansion of "${if eq {x}{y}{}fail}" forced failure: assume not in this list
30   end sublist fail
31 y in "+fail"? no (end of list)
32 accept: condition test failed in inline ACL
33 end of inline ACL: implicit DENY
34 SMTP>> 550 Administrative prohibition
35 LOG: MAIN REJECT
36   U=CALLER F=<x@y> rejected RCPT <x@y>
37 created log directory TESTSUITE/spool/log
38 SMTP<< quit
39 SMTP>> 221 the.local.host.name closing connection
40 LOG: smtp_connection MAIN
41   SMTP connection from CALLER D=qqs closed by QUIT
42 search_tidyup called
43 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>