tidying: char signedness
[exim.git] / test / stderr / 5410
1 Exim version x.yz ....
2 configuration file is TESTSUITE/test-config
3 admin user
4 in hosts_connection_nolog? no (option unset)
5 LOG: smtp_connection MAIN
6 SMTP connection from CALLER
7 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
8 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
9 in dsn_advertise_hosts? no (option unset)
10 in pipelining_advertise_hosts? yes (matched "*")
11 in tls_advertise_hosts? yes (matched "*")
12 expanding: SERVER
13 result: SERVER
14 expanding: server
15 result: server
16 condition: eq {SERVER}{server}
17 result: false
18 expanding: queue
19 result: queue
20 skipping: result is not used
21 expanding: cutthrough
22 result: cutthrough
23 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
24 result: cutthrough
25 using ACL "cutthrough"
26 processing "accept"
27 check control = cutthrough_delivery
28 check verify = recipient
29 domain.com in "test.ex : *.test.ex"? no (end of list)
30 domain.com in "! +local_domains"? yes (end of list)
31 expanding: $local_part
32 result: userx
33 domain.com in "*"? yes (matched "*")
34 ----------- end verify ------------
35 accept: condition test succeeded in ACL "cutthrough"
36 end of ACL "cutthrough": ACCEPT
37 ----------- start cutthrough setup ------------
38 domain.com in "test.ex : *.test.ex"? no (end of list)
39 domain.com in "! +local_domains"? yes (end of list)
40 expanding: $local_part
41 result: userx
42 domain.com in "*"? yes (matched "*")
43 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
44 expanding: $primary_hostname
45 result: myhost.test.ex
46 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
47 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
48 SMTP>> EHLO myhost.test.ex
49 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
50 250-SIZE 52428800
51 250-8BITMIME
52 250-PIPELINING
53 250-STARTTLS
54 250 HELP
55 expanding: $address_data
56 result: userx
57 expanding: usery
58 result: usery
59 condition: eq {$address_data}{usery}
60 result: false
61 expanding: *
62 result: *
63 skipping: result is not used
64 expanding: :
65 result: :
66 expanding: ${if eq {$address_data}{usery}{*}{:}}
67 result: :
68 127.0.0.1 in hosts_avoid_tls? no (end of list)
69 expanding: $address_data
70 result: userx
71 expanding: userz
72 result: userz
73 condition: eq {$address_data}{userz}
74 result: false
75 expanding: *
76 result: *
77 skipping: result is not used
78 expanding: :
79 result: :
80 expanding: ${if eq {$address_data}{userz}{*}{:}}
81 result: :
82 127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
83 SMTP>> STARTTLS
84 SMTP<< 220 TLS go ahead
85 127.0.0.1 in hosts_require_ocsp? no (option unset)
86 127.0.0.1 in hosts_request_ocsp? yes (matched "*")
87 127.0.0.1 in tls_verify_hosts? no (option unset)
88 127.0.0.1 in tls_try_verify_hosts? no (end of list)
89 SMTP>> EHLO myhost.test.ex
90 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
91 250-SIZE 52428800
92 250-8BITMIME
93 250-PIPELINING
94 250 HELP
95 127.0.0.1 in hosts_require_auth? no (option unset)
96 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
97 SMTP<< 250 OK
98 SMTP>> RCPT TO:<userx@domain.com>
99 SMTP<< 250 Accepted
100 ----------- end cutthrough setup ------------
101 processing "accept"
102 accept: condition test succeeded in inline ACL
103 end of inline ACL: ACCEPT
104 SMTP>> DATA
105 SMTP<< 354 Enter message, ending with "." on a line by itself
106 expanding: ${tod_full}
107 result: Tue, 2 Mar 1999 09:44:33 +0000
108 condition: def:sender_rcvhost
109 result: false
110 expanding: from $sender_rcvhost
111
112 result: from
113
114 skipping: result is not used
115 condition: def:sender_ident
116 result: true
117 expanding: $sender_ident
118 result: CALLER
119 expanding: from ${quote_local_part:$sender_ident}
120 result: from CALLER
121 condition: def:sender_helo_name
122 result: true
123 expanding: (helo=$sender_helo_name)
124
125 result: (helo=myhost.test.ex)
126
127 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
128 }}
129 result: from CALLER (helo=myhost.test.ex)
130
131 condition: def:received_protocol
132 result: true
133 expanding: with $received_protocol
134 result: with local-esmtp
135 condition: def:sender_address
136 result: true
137 expanding: (envelope-from <$sender_address>)
138
139 result: (envelope-from <CALLER@myhost.test.ex>)
140
141 condition: def:received_for
142 result: true
143 expanding:
144 for $received_for
145 result:
146 for userx@domain.com
147 ----------- start cutthrough headers send -----------
148 ----------- done cutthrough headers send ------------
149 expanding: ${tod_full}
150 result: Tue, 2 Mar 1999 09:44:33 +0000
151 SMTP>> .
152 SMTP<< 250 OK id=10HmaX-0005vi-00
153 LOG: MAIN
154 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLSv1:AES256-SHA:256 CV=no C="250 OK id=10HmaX-0005vi-00"
155 SMTP>> QUIT
156 ----------- cutthrough shutdown (delivered) ------------
157 LOG: MAIN
158 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
159 LOG: MAIN
160 Completed
161 LOG: smtp_connection MAIN
162 SMTP connection from CALLER closed by QUIT
163 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
164 Exim version x.yz ....
165 configuration file is TESTSUITE/test-config
166 admin user
167 in hosts_connection_nolog? no (option unset)
168 LOG: smtp_connection MAIN
169 SMTP connection from CALLER
170 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
171 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
172 in dsn_advertise_hosts? no (option unset)
173 in pipelining_advertise_hosts? yes (matched "*")
174 in tls_advertise_hosts? yes (matched "*")
175 expanding: SERVER
176 result: SERVER
177 expanding: server
178 result: server
179 condition: eq {SERVER}{server}
180 result: false
181 expanding: queue
182 result: queue
183 skipping: result is not used
184 expanding: cutthrough
185 result: cutthrough
186 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
187 result: cutthrough
188 using ACL "cutthrough"
189 processing "accept"
190 check control = cutthrough_delivery
191 check verify = recipient
192 domain.com in "test.ex : *.test.ex"? no (end of list)
193 domain.com in "! +local_domains"? yes (end of list)
194 expanding: $local_part
195 result: usery
196 domain.com in "*"? yes (matched "*")
197 ----------- end verify ------------
198 accept: condition test succeeded in ACL "cutthrough"
199 end of ACL "cutthrough": ACCEPT
200 ----------- start cutthrough setup ------------
201 domain.com in "test.ex : *.test.ex"? no (end of list)
202 domain.com in "! +local_domains"? yes (end of list)
203 expanding: $local_part
204 result: usery
205 domain.com in "*"? yes (matched "*")
206 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
207 expanding: $primary_hostname
208 result: myhost.test.ex
209 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
210 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
211 SMTP>> EHLO myhost.test.ex
212 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
213 250-SIZE 52428800
214 250-8BITMIME
215 250-PIPELINING
216 250-STARTTLS
217 250 HELP
218 expanding: $address_data
219 result: usery
220 expanding: usery
221 result: usery
222 condition: eq {$address_data}{usery}
223 result: true
224 expanding: *
225 result: *
226 expanding: :
227 result: :
228 skipping: result is not used
229 expanding: ${if eq {$address_data}{usery}{*}{:}}
230 result: *
231 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
232 127.0.0.1 in hosts_require_auth? no (option unset)
233 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
234 SMTP<< 250 OK
235 SMTP>> RCPT TO:<usery@domain.com>
236 SMTP<< 250 Accepted
237 ----------- end cutthrough setup ------------
238 processing "accept"
239 accept: condition test succeeded in inline ACL
240 end of inline ACL: ACCEPT
241 SMTP>> DATA
242 SMTP<< 354 Enter message, ending with "." on a line by itself
243 expanding: ${tod_full}
244 result: Tue, 2 Mar 1999 09:44:33 +0000
245 condition: def:sender_rcvhost
246 result: false
247 expanding: from $sender_rcvhost
248
249 result: from
250
251 skipping: result is not used
252 condition: def:sender_ident
253 result: true
254 expanding: $sender_ident
255 result: CALLER
256 expanding: from ${quote_local_part:$sender_ident}
257 result: from CALLER
258 condition: def:sender_helo_name
259 result: true
260 expanding: (helo=$sender_helo_name)
261
262 result: (helo=myhost.test.ex)
263
264 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
265 }}
266 result: from CALLER (helo=myhost.test.ex)
267
268 condition: def:received_protocol
269 result: true
270 expanding: with $received_protocol
271 result: with local-esmtp
272 condition: def:sender_address
273 result: true
274 expanding: (envelope-from <$sender_address>)
275
276 result: (envelope-from <CALLER@myhost.test.ex>)
277
278 condition: def:received_for
279 result: true
280 expanding:
281 for $received_for
282 result:
283 for usery@domain.com
284 ----------- start cutthrough headers send -----------
285 ----------- done cutthrough headers send ------------
286 expanding: ${tod_full}
287 result: Tue, 2 Mar 1999 09:44:33 +0000
288 SMTP>> .
289 SMTP<< 250 OK id=10HmaZ-0005vi-00
290 LOG: MAIN
291 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmaZ-0005vi-00"
292 SMTP>> QUIT
293 ----------- cutthrough shutdown (delivered) ------------
294 LOG: MAIN
295 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
296 LOG: MAIN
297 Completed
298 LOG: smtp_connection MAIN
299 SMTP connection from CALLER closed by QUIT
300 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
301 Exim version x.yz ....
302 configuration file is TESTSUITE/test-config
303 admin user
304 in hosts_connection_nolog? no (option unset)
305 LOG: smtp_connection MAIN
306 SMTP connection from CALLER
307 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
308 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
309 in dsn_advertise_hosts? no (option unset)
310 in pipelining_advertise_hosts? yes (matched "*")
311 in tls_advertise_hosts? yes (matched "*")
312 expanding: SERVER
313 result: SERVER
314 expanding: server
315 result: server
316 condition: eq {SERVER}{server}
317 result: false
318 expanding: queue
319 result: queue
320 skipping: result is not used
321 expanding: cutthrough
322 result: cutthrough
323 expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
324 result: cutthrough
325 using ACL "cutthrough"
326 processing "accept"
327 check control = cutthrough_delivery
328 check verify = recipient
329 domain.com in "test.ex : *.test.ex"? no (end of list)
330 domain.com in "! +local_domains"? yes (end of list)
331 expanding: $local_part
332 result: usery
333 domain.com in "*"? yes (matched "*")
334 ----------- end verify ------------
335 accept: condition test succeeded in ACL "cutthrough"
336 end of ACL "cutthrough": ACCEPT
337 ----------- start cutthrough setup ------------
338 domain.com in "test.ex : *.test.ex"? no (end of list)
339 domain.com in "! +local_domains"? yes (end of list)
340 expanding: $local_part
341 result: usery
342 domain.com in "*"? yes (matched "*")
343 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
344 expanding: $primary_hostname
345 result: myhost.test.ex
346 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
347 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
348 SMTP>> EHLO myhost.test.ex
349 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
350 250-SIZE 52428800
351 250-8BITMIME
352 250-PIPELINING
353 250-STARTTLS
354 250 HELP
355 expanding: $address_data
356 result: usery
357 expanding: usery
358 result: usery
359 condition: eq {$address_data}{usery}
360 result: true
361 expanding: *
362 result: *
363 expanding: :
364 result: :
365 skipping: result is not used
366 expanding: ${if eq {$address_data}{usery}{*}{:}}
367 result: *
368 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
369 127.0.0.1 in hosts_require_auth? no (option unset)
370 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
371 SMTP<< 250 OK
372 SMTP>> RCPT TO:<usery@domain.com>
373 SMTP<< 250 Accepted
374 ----------- end cutthrough setup ------------
375 processing "accept"
376 accept: condition test succeeded in inline ACL
377 end of inline ACL: ACCEPT
378 SMTP>> DATA
379 SMTP<< 354 Enter message, ending with "." on a line by itself
380 expanding: ${tod_full}
381 result: Tue, 2 Mar 1999 09:44:33 +0000
382 condition: def:sender_rcvhost
383 result: false
384 expanding: from $sender_rcvhost
385
386 result: from
387
388 skipping: result is not used
389 condition: def:sender_ident
390 result: true
391 expanding: $sender_ident
392 result: CALLER
393 expanding: from ${quote_local_part:$sender_ident}
394 result: from CALLER
395 condition: def:sender_helo_name
396 result: true
397 expanding: (helo=$sender_helo_name)
398
399 result: (helo=myhost.test.ex)
400
401 expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
402 }}
403 result: from CALLER (helo=myhost.test.ex)
404
405 condition: def:received_protocol
406 result: true
407 expanding: with $received_protocol
408 result: with local-esmtp
409 condition: def:sender_address
410 result: true
411 expanding: (envelope-from <$sender_address>)
412
413 result: (envelope-from <CALLER@myhost.test.ex>)
414
415 condition: def:received_for
416 result: true
417 expanding:
418 for $received_for
419 result:
420 for usery@domain.com
421 ----------- start cutthrough headers send -----------
422 ----------- done cutthrough headers send ------------
423 expanding: ${tod_full}
424 result: Tue, 2 Mar 1999 09:44:33 +0000
425 SMTP>> .
426 SMTP<< 250 OK id=10HmbB-0005vi-00
427 LOG: MAIN
428 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbB-0005vi-00"
429 SMTP>> QUIT
430 ----------- cutthrough shutdown (delivered) ------------
431 LOG: MAIN
432 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
433 LOG: MAIN
434 Completed
435 LOG: smtp_connection MAIN
436 SMTP connection from CALLER closed by QUIT
437 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
438
439 ******** SERVER ********