Debug: option access for expansion
[exim.git] / test / stderr / 0092
1 >>> host in hosts_connection_nolog? no (option unset)
2 >>> host in host_lookup? no (option unset)
3 >>> host in host_reject_connection? no (option unset)
4 >>> host in sender_unqualified_hosts? no (option unset)
5 >>> host in recipient_unqualified_hosts? no (option unset)
6 >>> host in helo_verify_hosts? no (option unset)
7 >>> host in helo_try_verify_hosts? no (option unset)
8 >>> host in helo_accept_junk_hosts? no (option unset)
9 LOG: SMTP command timeout on connection from [V4NET.0.0.1] D=qqs
10 >>> host in hosts_connection_nolog? no (option unset)
11 >>> host in host_lookup? no (option unset)
12 >>> host in host_reject_connection? no (option unset)
13 >>> host in sender_unqualified_hosts? no (option unset)
14 >>> host in recipient_unqualified_hosts? no (option unset)
15 >>> host in helo_verify_hosts? no (option unset)
16 >>> host in helo_try_verify_hosts? no (option unset)
17 >>> host in helo_accept_junk_hosts? no (option unset)
18 >>> test in helo_lookup_domains?
19 >>>  list element: @
20 >>>  list element: @[]
21 >>> test in helo_lookup_domains? no (end of list)
22 >>> using ACL "check_recipient"
23 >>> processing "accept" (TESTSUITE/test-config 27)
24 >>> check hosts = :
25 >>> host in ":"?
26 >>>  list element: 
27 >>> host in ":"? no (end of list)
28 >>> accept: condition test failed in ACL "check_recipient"
29 >>> processing "deny" (TESTSUITE/test-config 28)
30 >>>   message: unrouteable address
31 >>> check recipients = verify@test.ex
32 >>> userx@test.ex in "verify@test.ex"?
33 >>>  list element: verify@test.ex
34 >>> userx@test.ex in "verify@test.ex"? no (end of list)
35 >>> deny: condition test failed in ACL "check_recipient"
36 >>> processing "accept" (TESTSUITE/test-config 31)
37 >>> check domains = +local_domains
38 >>> test.ex in "+local_domains"?
39 >>>  list element: +local_domains
40 >>>  test.ex in "test.ex : *.test.ex"?
41 >>>   list element: test.ex
42 >>>   test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
43 >>>  test.ex in "+local_domains"? yes (matched "+local_domains")
44 >>> accept: condition test succeeded in ACL "check_recipient"
45 >>> end of ACL "check_recipient": ACCEPT
46 LOG: SMTP data timeout (message abandoned) on connection from (test) [V4NET.0.0.1] F=<userx@test.ex> D=qqs
47 Exim version x.yz ....
48 changed uid/gid: forcing real = effective
49   uid=uuuu gid=CALLER_GID pid=p1234
50 environment after trimming:
51  PATH=<munged>
52 adding SSLKEYLOGFILE=TESTSUITE/spool/sslkeys
53 configuration file is TESTSUITE/test-config
54 admin user
55 changed uid/gid: privilege not needed
56   uid=EXIM_UID gid=EXIM_GID pid=p1234
57 try option gecos_pattern
58 try option gecos_name
59 try option unknown_login
60 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
61 sender address = CALLER@myhost.test.ex
62 try option smtp_active_hostname
63 sender_fullhost = [V4NET.0.0.1]
64 sender_rcvhost = [V4NET.0.0.1]
65 host in hosts_connection_nolog? no (option unset)
66 LOG: smtp_connection MAIN
67   SMTP connection from [V4NET.0.0.1]
68 try option message_size_limit
69 host in host_lookup? no (option unset)
70 set_process_info: pppp handling incoming connection from [V4NET.0.0.1]
71  ╭considering: ${if eq {V4NET.0.0.1} {$sender_host_address} {2} {30}}s
72   ╭considering: V4NET.0.0.1} {$sender_host_address} {2} {30}}s
73   ├───────text: V4NET.0.0.1
74   ├considering: } {$sender_host_address} {2} {30}}s
75   ├──expanding: V4NET.0.0.1
76   ╰─────result: V4NET.0.0.1
77   ╭considering: $sender_host_address} {2} {30}}s
78   ├──────value: V4NET.0.0.1
79   ├considering: } {2} {30}}s
80   ├──expanding: $sender_host_address
81   ╰─────result: V4NET.0.0.1
82  ├──condition: eq {V4NET.0.0.1} {$sender_host_address}
83  ├─────result: true
84   ╭considering: 2} {30}}s
85   ├───────text: 2
86   ├considering: } {30}}s
87   ├──expanding: 2
88   ╰─────result: 2
89   ╭───scanning: 30}}s
90   ├───────text: 30
91   ├───scanning: }}s
92   ├──expanding: 30
93   ├─────result: 30
94   ╰───skipping: result is not used
95  ├───item-res: 2
96  ├considering: s
97  ├───────text: s
98  ├──expanding: ${if eq {V4NET.0.0.1} {$sender_host_address} {2} {30}}s
99  ╰─────result: 2s
100 host in host_reject_connection? no (option unset)
101 host in sender_unqualified_hosts? no (option unset)
102 host in recipient_unqualified_hosts? no (option unset)
103 host in helo_verify_hosts? no (option unset)
104 host in helo_try_verify_hosts? no (option unset)
105 host in helo_accept_junk_hosts? no (option unset)
106 try option acl_smtp_connect
107 try option smtp_banner
108  ╭considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
109  ├──────value: myhost.test.ex
110  ├considering:  ESMTP Exim $version_number $tod_full
111  ├───────text:  ESMTP Exim 
112  ├considering: $version_number $tod_full
113  ├──────value: x.yz
114  ├considering:  $tod_full
115  ├───────text:  
116  ├considering: $tod_full
117  ├──────value: Tue, 2 Mar 1999 09:44:33 +0000
118  ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
119  ╰─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
120 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
121 smtp_setup_msg entered
122 SMTP<< helo test
123 test in helo_lookup_domains?
124  list element: @
125  list element: @[]
126 test in helo_lookup_domains? no (end of list)
127 sender_fullhost = (test) [V4NET.0.0.1]
128 sender_rcvhost = [V4NET.0.0.1] (helo=test)
129 set_process_info: pppp handling incoming connection from (test) [V4NET.0.0.1]
130 try option spf_smtp_comment_template
131 try option acl_smtp_helo
132 SMTP>> 250 myhost.test.ex Hello test [V4NET.0.0.1]
133 SMTP<< mail from:userx@test.ex
134 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
135 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
136 try option acl_smtp_mail
137 SMTP>> 250 OK
138 SMTP<< rcpt to:userx@test.ex
139 try option acl_smtp_rcpt
140 using ACL "check_recipient"
141 processing "accept" (TESTSUITE/test-config 27)
142 check hosts = :
143 host in ":"?
144  list element: 
145 host in ":"? no (end of list)
146 accept: condition test failed in ACL "check_recipient"
147 processing "deny" (TESTSUITE/test-config 28)
148   message: unrouteable address
149 check recipients = verify@test.ex
150 userx@test.ex in "verify@test.ex"?
151  list element: verify@test.ex
152  address match test: subject=userx@test.ex pattern=verify@test.ex
153 userx@test.ex in "verify@test.ex"? no (end of list)
154 deny: condition test failed in ACL "check_recipient"
155 processing "accept" (TESTSUITE/test-config 31)
156 check domains = +local_domains
157 test.ex in "+local_domains"?
158  list element: +local_domains
159   start sublist local_domains
160    test.ex in "test.ex : *.test.ex"?
161    ╎list element: test.ex
162    ╎test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
163   end sublist local_domains
164  data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex'
165  test.ex in "+local_domains"? yes (matched "+local_domains")
166 accept: condition test succeeded in ACL "check_recipient"
167 end of ACL "check_recipient": ACCEPT
168 SMTP>> 250 Accepted
169 SMTP<< data
170 try option acl_smtp_predata
171 SMTP>> 354 Enter message, ending with "." on a line by itself
172 search_tidyup called
173 LOG: lost_incoming_connection MAIN
174   SMTP data timeout (message abandoned) on connection from (test) [V4NET.0.0.1] F=<userx@test.ex> D=qqs
175 try option acl_smtp_notquit
176 SMTP>> 421 myhost.test.ex SMTP incoming data timeout - closing connection.
177 search_tidyup called
178 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=1 >>>>>>>>>>>>>>>>
179 exim: timed out while reading - message abandoned
180 exim: timed out while reading - message abandoned
181 >>> host in hosts_connection_nolog? no (option unset)
182 >>> host in host_lookup? no (option unset)
183 >>> host in host_reject_connection? no (option unset)
184 >>> host in sender_unqualified_hosts? no (option unset)
185 >>> host in recipient_unqualified_hosts? no (option unset)
186 >>> host in helo_verify_hosts? no (option unset)
187 >>> host in helo_try_verify_hosts? no (option unset)
188 >>> host in helo_accept_junk_hosts? no (option unset)
189 >>> test in helo_lookup_domains?
190 >>>  list element: @
191 >>>  list element: @[]
192 >>> test in helo_lookup_domains? no (end of list)
193 >>> using ACL "check_recipient"
194 >>> processing "accept" (TESTSUITE/test-config 27)
195 >>> check hosts = :
196 >>> host in ":"?
197 >>>  list element: 
198 >>> host in ":"? no (end of list)
199 >>> accept: condition test failed in ACL "check_recipient"
200 >>> processing "deny" (TESTSUITE/test-config 28)
201 >>>   message: unrouteable address
202 >>> check recipients = verify@test.ex
203 >>> verify@test.ex in "verify@test.ex"?
204 >>>  list element: verify@test.ex
205 >>>  test.ex in "test.ex"?
206 >>>   list element: test.ex
207 >>>   test.ex in "test.ex"? yes (matched "test.ex")
208 >>>  verify@test.ex in "verify@test.ex"? yes (matched "verify@test.ex")
209 >>> check !verify = recipient
210 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
211 >>> routing verify@test.ex
212 >>> test.ex in "! +local_domains"?
213 >>>  list element: ! +local_domains
214 >>>  test.ex in "test.ex : *.test.ex"?
215 >>>   list element: test.ex
216 >>>   test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
217 >>>  test.ex in "! +local_domains"? no (matched "! +local_domains")
218 >>> calling forward router
219 >>> forward router declined for verify@test.ex
220 >>> no more routers
221 >>> ----------- end verify ------------
222 >>> deny: condition test succeeded in ACL "check_recipient"
223 >>> end of ACL "check_recipient": DENY
224 LOG: H=(test) [V4NET.0.0.1] F=<userx@test.ex> rejected RCPT verify@test.ex: Unrouteable address
225 LOG: SMTP command timeout on connection from (test) [V4NET.0.0.1] D=qqs
226 An error was detected while processing a file of BSMTP input.
227 The error message was:
228
229   421 SMTP command timeout
230
231 The SMTP transaction started in line 0.
232 The error was detected in line 0.
233 0 previous messages were successfully processed.
234 The rest of the batch was abandoned.
235 An error was detected while processing a file of BSMTP input.
236 The error message was:
237
238   421 SMTP incoming data timeout - message abandoned
239
240 The SMTP transaction started in line 0.
241 The error was detected in line 3.
242 0 previous messages were successfully processed.
243 The rest of the batch was abandoned.
244 exim: timed out while reading - message abandoned