Rewrites: avoid a split log line when rewiting hits a malformed address. Bug 3160
[exim.git] / test / stderr / 0575
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3   uid=uuuu gid=CALLER_GID pid=p1234
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=p1234
8 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9 sender address = CALLER@test.ex
10 sender_fullhost = [V4NET.0.0.0]
11 sender_rcvhost = [V4NET.0.0.0]
12 host in hosts_connection_nolog? no (option unset)
13 LOG: smtp_connection MAIN
14   SMTP connection from [V4NET.0.0.0]
15 host in host_lookup? no (option unset)
16 set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
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 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24 smtp_setup_msg entered
25 SMTP<< helo test
26 test in helo_lookup_domains?
27  list element: @
28  list element: @[]
29 test in helo_lookup_domains? no (end of list)
30 sender_fullhost = (test) [V4NET.0.0.0]
31 sender_rcvhost = [V4NET.0.0.0] (helo=test)
32 set_process_info: pppp handling incoming connection from (test) [V4NET.0.0.0]
33 SMTP>> 250 mail.test.ex Hello test [V4NET.0.0.0]
34 SMTP<< mail from:<x@y>
35 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
36 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
37 SMTP>> 250 OK
38 SMTP<< rcpt to:<x@y>
39 processing "accept" (TESTSUITE/test-config 13)
40 accept: condition test succeeded in inline ACL
41 end of inline ACL: ACCEPT
42 SMTP>> 250 Accepted
43 SMTP<< data
44 SMTP>> 354 Enter message, ending with "." on a line by itself
45 search_tidyup called
46 >>Headers received:
47
48 qualify & rewrite recipients list
49 rewrite rules on sender address
50 qualify and rewrite headers
51 search_tidyup called
52 >>Headers after rewriting and local additions:
53
54 Data file name: TESTSUITE/spool//input//10HmaX-000000005vi-0000-D
55 Data file written for message 10HmaX-000000005vi-0000
56 >>Generated Received: header line
57 P Received: from [V4NET.0.0.0] (helo=test)
58         by mail.test.ex with smtp (Exim x.yz)
59         (envelope-from <x@y>)
60         id 10HmaX-000000005vi-0000
61         for x@y;
62         Tue, 2 Mar 1999 09:44:33 +0000
63 LOG: MAIN
64   <= x@y H=(test) [V4NET.0.0.0] P=smtp S=sss
65 SMTP>> 250 OK id=10HmaX-000000005vi-0000
66 smtp_setup_msg entered
67 SMTP<< quit
68 SMTP>> 221 mail.test.ex closing connection
69 LOG: smtp_connection MAIN
70   SMTP connection from (test) [V4NET.0.0.0] D=qqs closed by QUIT
71 search_tidyup called
72 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>