note a caveat about print_topbitchars
[exim.git] / test / stderr / 9100
CommitLineData
54c5ebb1
PH
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3admin user
4search_open: mysql "NULL"
5search_find: file="NULL"
6 key="select name from them where id='CALLER';" partial=-1 affix=NULL starflags=0
7LRU list:
8internal_search_find: file="NULL"
9 type=mysql key="select name from them where id='CALLER';"
10database lookup required for select name from them where id='CALLER';
11MYSQL query: select name from them where id='CALLER';
12MYSQL new connection: host=localhost port=0 socket=NULL database=test user=root
13lookup yielded: Philip Hazel
14search_open: mysql "NULL"
15 cached open
16search_find: file="NULL"
17 key="select name from them where id='CALLER';" partial=-1 affix=NULL starflags=0
18LRU list:
19internal_search_find: file="NULL"
20 type=mysql key="select name from them where id='CALLER';"
21cached data used for lookup of select name from them where id='CALLER';
22lookup yielded: Philip Hazel
23search_open: mysql "NULL"
24 cached open
25search_find: file="NULL"
26 key="select name from them where id='xxxx';" partial=-1 affix=NULL starflags=0
27LRU list:
28internal_search_find: file="NULL"
29 type=mysql key="select name from them where id='xxxx';"
30database lookup required for select name from them where id='xxxx';
31MYSQL query: select name from them where id='xxxx';
32MYSQL using cached connection for localhost/test/root
33MYSQL: no data found
34lookup failed
35search_open: mysql "NULL"
36 cached open
37search_find: file="NULL"
38 key="select name from them where id='nothing';" partial=-1 affix=NULL starflags=0
39LRU list:
40internal_search_find: file="NULL"
41 type=mysql key="select name from them where id='nothing';"
42database lookup required for select name from them where id='nothing';
43MYSQL query: select name from them where id='nothing';
44MYSQL using cached connection for localhost/test/root
45MYSQL: no data found
46lookup failed
47search_open: mysql "NULL"
48 cached open
49search_find: file="NULL"
50 key="select id,name from them where id='nothing';" partial=-1 affix=NULL starflags=0
51LRU list:
52internal_search_find: file="NULL"
53 type=mysql key="select id,name from them where id='nothing';"
54database lookup required for select id,name from them where id='nothing';
55MYSQL query: select id,name from them where id='nothing';
56MYSQL using cached connection for localhost/test/root
57lookup yielded: id=nothing name=""
58search_open: mysql "NULL"
59 cached open
60search_find: file="NULL"
61 key="delete from them where id='nonexist';" partial=-1 affix=NULL starflags=0
62LRU list:
63internal_search_find: file="NULL"
64 type=mysql key="delete from them where id='nonexist';"
65database lookup required for delete from them where id='nonexist';
66MYSQL query: delete from them where id='nonexist';
67MYSQL using cached connection for localhost/test/root
68MYSQL: query was not one that returns data
69lookup forced cache cleanup
70lookup yielded: 0
71search_open: mysql "NULL"
72 cached open
73search_find: file="NULL"
74 key="select * from them where id='quote';" partial=-1 affix=NULL starflags=0
75LRU list:
76internal_search_find: file="NULL"
77 type=mysql key="select * from them where id='quote';"
78database lookup required for select * from them where id='quote';
79MYSQL query: select * from them where id='quote';
80MYSQL using cached connection for localhost/test/root
81lookup yielded: id=quote name="\"Q\" Oted" home=/home/quoted mail=quoted@xxx
82search_open: mysql "NULL"
83 cached open
84search_find: file="NULL"
85 key="select * from them where id='filter';" partial=-1 affix=NULL starflags=0
86LRU list:
87internal_search_find: file="NULL"
88 type=mysql key="select * from them where id='filter';"
89database lookup required for select * from them where id='filter';
90MYSQL query: select * from them where id='filter';
91MYSQL using cached connection for localhost/test/root
92lookup yielded: id=filter name=filter home=filter mail="#Exim filter
93deliver postmaster"
94search_open: mysql "NULL"
95 cached open
96search_find: file="NULL"
97 key="select * from them where id='quote2';" partial=-1 affix=NULL starflags=0
98LRU list:
99internal_search_find: file="NULL"
100 type=mysql key="select * from them where id='quote2';"
101database lookup required for select * from them where id='quote2';
102MYSQL query: select * from them where id='quote2';
103MYSQL using cached connection for localhost/test/root
104lookup yielded: id=quote2 name="\"qnosp" home=/home/q2 mail=""
105search_open: mysql "NULL"
106 cached open
107search_find: file="NULL"
108 key="select * from them where id='nlonly';" partial=-1 affix=NULL starflags=0
109LRU list:
110internal_search_find: file="NULL"
111 type=mysql key="select * from them where id='nlonly';"
112database lookup required for select * from them where id='nlonly';
113MYSQL query: select * from them where id='nlonly';
114MYSQL using cached connection for localhost/test/root
115lookup yielded: id=nlonly name=filter home=filter mail="Before
116After"
117search_tidyup called
118close MYSQL connection: localhost/test/root
119>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
120Exim version x.yz ....
121changed uid/gid: forcing real = effective
122 uid=uuuu gid=CALLER_GID pid=pppp
123configuration file is TESTSUITE/test-config
124admin user
125changed uid/gid: privilege not needed
126 uid=EXIM_UID gid=EXIM_GID pid=pppp
127originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
128sender address = CALLER@myhost.test.ex
129sender_fullhost = [10.0.0.0]
130sender_rcvhost = [10.0.0.0]
131host in hosts_connection_nolog? no (option unset)
132LOG: smtp_connection MAIN
133 SMTP connection from [10.0.0.0]
134host in host_lookup? no (option unset)
135set_process_info: pppp handling incoming connection from [10.0.0.0]
136host in host_reject_connection? no (option unset)
137host in sender_unqualified_hosts? no (option unset)
138host in recipient_unqualified_hosts? no (option unset)
139host in helo_verify_hosts? no (option unset)
140host in helo_try_verify_hosts? no (option unset)
141host in helo_accept_junk_hosts? no (option unset)
7e9fc567 142SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
143smtp_setup_msg entered
144SMTP<< mail from:<a@b>
7e9fc567 145SMTP>> 250 OK
54c5ebb1
PH
146SMTP<< rcpt to:<c@d>
147using ACL "check_recipient"
148processing "accept"
149check domains = +local_domains
150d in "@"? no (end of list)
151d in "+local_domains"? no (end of list)
152accept: condition test failed
153processing "accept"
154check hosts = +relay_hosts
155search_open: mysql "NULL"
156search_find: file="NULL"
157 key="select * from them where id='10.0.0.0'" partial=-1 affix=NULL starflags=0
158LRU list:
159internal_search_find: file="NULL"
160 type=mysql key="select * from them where id='10.0.0.0'"
161database lookup required for select * from them where id='10.0.0.0'
162MYSQL query: select * from them where id='10.0.0.0'
163MYSQL new connection: host=localhost port=0 socket=NULL database=test user=root
164MYSQL: no data found
165lookup failed
166host in "net-mysql;select * from them where id='10.0.0.0'"? no (end of list)
167host in "+relay_hosts"? no (end of list)
168accept: condition test failed
169processing "deny"
170deny: condition test succeeded
7e9fc567 171SMTP>> 550 relay not permitted
54c5ebb1
PH
172LOG: MAIN REJECT
173 H=[10.0.0.0] F=<a@b> rejected RCPT <c@d>: relay not permitted
174SMTP<< quit
7e9fc567 175SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
176LOG: smtp_connection MAIN
177 SMTP connection from [10.0.0.0] closed by QUIT
178search_tidyup called
179close MYSQL connection: localhost/test/root
180>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
181Exim version x.yz ....
182changed uid/gid: forcing real = effective
183 uid=uuuu gid=CALLER_GID pid=pppp
184configuration file is TESTSUITE/test-config
185admin user
186changed uid/gid: privilege not needed
187 uid=EXIM_UID gid=EXIM_GID pid=pppp
188originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
189sender address = CALLER@myhost.test.ex
190set_process_info: pppp accepting a local non-SMTP message from <CALLER@myhost.test.ex>
191Sender: CALLER@myhost.test.ex
192Recipients:
193 CALLER
194search_tidyup called
195>>Headers received:
196
197rewrite_one_header: type=F:
198 From: CALLER_NAME <CALLER@myhost.test.ex>
199search_tidyup called
200>>Headers after rewriting and local additions:
201I Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
202F From: CALLER_NAME <CALLER@myhost.test.ex>
203 Date: Tue, 2 Mar 1999 09:44:33 +0000
204
205Data file written for message 10HmaX-0005vi-00
206>>Generated Received: header line
207P Received: from CALLER by myhost.test.ex with local (Exim x.yz)
208 (envelope-from <CALLER@myhost.test.ex>)
209 id 10HmaX-0005vi-00
210 for CALLER@myhost.test.ex; Tue, 2 Mar 1999 09:44:33 +0000
211calling local_scan(); timeout=300
212local_scan() returned 0 NULL
213Writing spool header file
214Size of headers = sss
215LOG: MAIN
216 <= CALLER@myhost.test.ex U=CALLER P=local S=sss
217created log directory TESTSUITE/spool/log
218search_tidyup called
219exec TESTSUITE/eximdir/exim -DEXIM_PATH=TESTSUITE/eximdir/exim -C TESTSUITE/test-config -d=0xfbb95cfd -odi -Mc 10HmaX-0005vi-00
220Exim version x.yz ....
221changed uid/gid: forcing real = effective
222 uid=uuuu gid=EXIM_GID pid=pppp
223configuration file is TESTSUITE/test-config
224trusted user
225admin user
226skipping ACL configuration - not needed
227set_process_info: pppp delivering specified messages
228set_process_info: pppp delivering 10HmaX-0005vi-00
229reading spool file 10HmaX-0005vi-00-H
230user=CALLER uid=CALLER_UID gid=CALLER_GID sender=CALLER@myhost.test.ex
231sender_local=1 ident=CALLER
232Non-recipients:
233Empty Tree
234---- End of tree ----
235recipients_count=1
236body_linecount=1 message_linecount=7
237Delivery address list:
238 CALLER@myhost.test.ex
239locking TESTSUITE/spool/db/retry.lockfile
240locked TESTSUITE/spool/db/retry.lockfile
241EXIM_DBOPEN(TESTSUITE/spool/db/retry)
242returned from EXIM_DBOPEN
243ensuring TESTSUITE/spool/db/retry.lockfile is owned by exim
244no retry data available
245>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
246Considering: CALLER@myhost.test.ex
247unique = CALLER@myhost.test.ex
248no domain retry record
249no address retry record
250CALLER@myhost.test.ex: queued for routing
251>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
252routing CALLER@myhost.test.ex
253--------> r1 router <--------
254local_part=CALLER domain=myhost.test.ex
255processing address_data
256search_open: mysql "NULL"
257search_find: file="NULL"
258 key="select name from them where id='CALLER'" partial=-1 affix=NULL starflags=0
259LRU list:
260internal_search_find: file="NULL"
261 type=mysql key="select name from them where id='CALLER'"
262database lookup required for select name from them where id='CALLER'
263MYSQL query: select name from them where id='CALLER'
264MYSQL new connection: host=localhost port=0 socket=NULL database=test user=root
265lookup yielded: Philip Hazel
266calling r1 router
267r1 router called for CALLER@myhost.test.ex
268 domain = myhost.test.ex
269set transport t1
270queued for t1 transport: local_part = CALLER
271domain = myhost.test.ex
272 errors_to=NULL
273 domain_data=NULL localpart_data=NULL
274routed by r1 router
275 envelope to: CALLER@myhost.test.ex
276 transport: t1
277>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
278After routing:
279 Local deliveries:
280 CALLER@myhost.test.ex
281 Remote deliveries:
282 Failed addresses:
283 Deferred addresses:
284search_tidyup called
285close MYSQL connection: localhost/test/root
286>>>>>>>>>>>>>>>> Local deliveries >>>>>>>>>>>>>>>>
287--------> CALLER@myhost.test.ex <--------
288locking TESTSUITE/spool/db/retry.lockfile
289locked TESTSUITE/spool/db/retry.lockfile
290EXIM_DBOPEN(TESTSUITE/spool/db/retry)
291returned from EXIM_DBOPEN
292no retry data available
293search_tidyup called
294changed uid/gid: local delivery to CALLER <CALLER@myhost.test.ex> transport=t1
295 uid=CALLER_UID gid=CALLER_GID pid=pppp
296 home=NULL current=/
297set_process_info: pppp delivering 10HmaX-0005vi-00 to CALLER using t1
298appendfile transport entered
299search_open: mysql "NULL"
300search_find: file="NULL"
301 key="select id from them where id='CALLER'" partial=-1 affix=NULL starflags=0
302LRU list:
303internal_search_find: file="NULL"
304 type=mysql key="select id from them where id='CALLER'"
305database lookup required for select id from them where id='CALLER'
306MYSQL query: select id from them where id='CALLER'
307MYSQL new connection: host=localhost port=0 socket=NULL database=test user=root
308lookup yielded: CALLER
309appendfile: mode=600 notify_comsat=0 quota=0 warning=0
310 file=TESTSUITE/test-mail/CALLER format=unix
311 message_prefix=From ${if def:return_path{$return_path}{MAILER-DAEMON}} ${tod_bsdinbox}\n
312 message_suffix=\n
313 maildir_use_size_file=no
314 locking by lockfile fcntl
315lock name: TESTSUITE/test-mail/CALLER.lock
316hitch name: TESTSUITE/test-mail/CALLER.lock.test.ex.dddddddd.pppppppp
317lock file created
318mailbox TESTSUITE/test-mail/CALLER is locked
319writing to file TESTSUITE/test-mail/CALLER
320writing data block fd=8 size=sss timeout=0
321writing data block fd=8 size=sss timeout=0
322writing data block fd=8 size=sss timeout=0
323appendfile yields 0 with errno=dd more_errno=dd
324search_tidyup called
325close MYSQL connection: localhost/test/root
326journalling CALLER@myhost.test.ex
327t1 transport returned OK for CALLER@myhost.test.ex
328post-process CALLER@myhost.test.ex (0)
329CALLER@myhost.test.ex delivered
330LOG: MAIN
331 => CALLER <CALLER@myhost.test.ex> R=r1 T=t1
332>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
333changed uid/gid: post-delivery tidying
334 uid=EXIM_UID gid=EXIM_GID pid=pppp
335set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00
336Processing retry items
337Succeeded addresses:
338CALLER@myhost.test.ex: no retry items
339Failed addresses:
340Deferred addresses:
341end of retry processing
342LOG: MAIN
343 Completed
344end delivery of 10HmaX-0005vi-00
345search_tidyup called
346search_tidyup called
347>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
348search_tidyup called
349>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>