Add ACL name to debug output of condition result (bug 1238).
[exim.git] / test / stderr / 0479
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4 configuration file is TESTSUITE/test-config
5 admin user
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9 sender address = CALLER@the.local.host.name
10 sender_fullhost = [1.2.3.4]
11 sender_rcvhost = [1.2.3.4]
12 host in hosts_connection_nolog? no (option unset)
13 LOG: smtp_connection MAIN
14 SMTP connection from [1.2.3.4]
15 host in host_lookup? no (option unset)
16 set_process_info: pppp handling incoming connection from [1.2.3.4]
17 host in host_reject_connection? no (option unset)
18 host in sender_unqualified_hosts? no (option unset)
19 host in recipient_unqualified_hosts? no (option unset)
20 host in helo_verify_hosts? no (option unset)
21 host in helo_try_verify_hosts? no (option unset)
22 host in helo_accept_junk_hosts? no (option unset)
23 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24 smtp_setup_msg entered
25 SMTP<< helo [1.2.3.4]
26 [1.2.3.4] in helo_lookup_domains? no (end of list)
27 sender_fullhost = ([1.2.3.4]) [1.2.3.4]
28 sender_rcvhost = [1.2.3.4]
29 set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
30 SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
31 SMTP<< mail from:<a@b>
32 SMTP>> 250 OK
33 SMTP<< rcpt to:<c@d>
34 using ACL "rcpt"
35 processing "require"
36 check logwrite = sender address is <$sender_address>
37 = sender address is <a@b>
38 LOG: MAIN
39 sender address is <a@b>
40 check verify = sender
41 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
42 Verifying a@b
43 address match: subject=a@b pattern=a@b
44 b in "b"? yes (matched "b")
45 a@b in "a@b"? yes (matched "a@b")
46 LOG: address_rewrite MAIN
47 "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
49 Considering rewritten-a@rewritten-b
50 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
51 routing rewritten-a@rewritten-b
52 --------> r1 router <--------
53 local_part=rewritten-a domain=rewritten-b
54 calling r1 router
55 r1 router called for rewritten-a@rewritten-b
56 domain = rewritten-b
57 set transport t1
58 queued for t1 transport: local_part = rewritten-a
59 domain = rewritten-b
60 errors_to=NULL
61 domain_data=NULL localpart_data=NULL
62 routed by r1 router
63 envelope to: rewritten-a@rewritten-b
64 transport: t1
65 ----------- end verify ------------
66 sender a@b verified ok as rewritten-a@rewritten-b
67 require: condition test succeeded in ACL "rcpt"
68 processing "accept"
69 accept: condition test succeeded in ACL "rcpt"
70 SMTP>> 250 Accepted
71 SMTP<< rcpt to:<e@f>
72 using ACL "rcpt"
73 processing "require"
74 check logwrite = sender address is <$sender_address>
75 = sender address is <rewritten-a@rewritten-b>
76 LOG: MAIN
77 sender address is <rewritten-a@rewritten-b>
78 check verify = sender
79 using cached sender verify result
80 require: condition test succeeded in ACL "rcpt"
81 processing "accept"
82 accept: condition test succeeded in ACL "rcpt"
83 SMTP>> 250 Accepted
84 SMTP<< quit
85 SMTP>> 221 the.local.host.name closing connection
86 LOG: smtp_connection MAIN
87 SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT
88 search_tidyup called
89 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>