Fix dcc_header content corruption.
[exim.git] / test / stderr / 0391
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@myhost.test.ex
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 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24 smtp_setup_msg entered
25 SMTP<< mail from:<U@W.x.y>
26 SMTP>> 250 OK
27 SMTP<< rcpt to:<B@a.b.c>
28 using ACL "acl_rcpt"
29 processing "accept"
30 check verify = sender
31 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
32 Verifying U@W.x.y
33 address match: subject=U@w.x.y pattern=*@*.x.y
34 w.x.y in "*.x.y"? yes (matched "*.x.y")
35 U@W.x.y in "*@*.x.y"? yes (matched "*@*.x.y")
36 LOG: address_rewrite MAIN
37 "U@W.x.y" from env-from rewritten as "U@x.y" by rule 1
38 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
39 Considering U@x.y
40 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
41 routing U@x.y
42 --------> r1 router <--------
43 local_part=u domain=x.y
44 sender_address=<> local_part=u domain=x.y
45 calling r1 router
46 r1 router called for U@x.y
47 domain = x.y
48 queued for <unset> transport: local_part = u
49 domain = x.y
50 errors_to=NULL
51 domain_data=NULL localpart_data=NULL
52 routed by r1 router
53 envelope to: U@x.y
54 transport: <none>
55 ----------- end verify ------------
56 sender U@W.x.y verified ok as U@x.y
57 accept: condition test succeeded in ACL "acl_rcpt"
58 SMTP>> 250 Accepted
59 SMTP<< quit
60 SMTP>> 221 myhost.test.ex closing connection
61 LOG: smtp_connection MAIN
62 SMTP connection from [1.2.3.4] closed by QUIT
63 search_tidyup called
64 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>