Fix DKIM verify when used with CHUNKING. Bug 2016
[exim.git] / test / stderr / 0575
CommitLineData
1a6230a3
JH
1Exim version x.yz ....
2changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4configuration file is TESTSUITE/test-config
5admin user
6changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9sender address = CALLER@test.ex
10sender_fullhost = [V4NET.0.0.0]
11sender_rcvhost = [V4NET.0.0.0]
12host in hosts_connection_nolog? no (option unset)
13LOG: smtp_connection MAIN
14 SMTP connection from [V4NET.0.0.0]
15host in host_lookup? no (option unset)
16set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
17host in host_reject_connection? no (option unset)
18host in sender_unqualified_hosts? no (option unset)
19host in recipient_unqualified_hosts? no (option unset)
20host in helo_verify_hosts? no (option unset)
21host in helo_try_verify_hosts? no (option unset)
22host in helo_accept_junk_hosts? no (option unset)
23SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24smtp_setup_msg entered
25SMTP<< mail from:<x@y>
ddf1b11a 26spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
ad424056 27log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
1a6230a3
JH
28SMTP>> 250 OK
29SMTP<< rcpt to:<x@y>
30processing "accept"
31accept: condition test succeeded in inline ACL
32end of inline ACL: ACCEPT
33SMTP>> 250 Accepted
34DSN: orcpt: NULL flags: 0
35SMTP<< data
36SMTP>> 354 Enter message, ending with "." on a line by itself
37search_tidyup called
bd8fbe36
JH
38PDKIM >> raw hdr: {CR}{LF}
39PDKIM >> raw hdr: Message.{CR}{LF}
40PDKIM >> raw hdr: .{CR}{LF}
1a6230a3
JH
41>>Headers received:
42
43search_tidyup called
44>>Headers after rewriting and local additions:
45
e498ab40 46Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
1a6230a3
JH
47Data file written for message 10HmaX-0005vi-00
48>>Generated Received: header line
49P Received: from [V4NET.0.0.0]
50 by mail.test.ex with smtp (Exim x.yz)
51 (envelope-from <x@y>)
52 id 10HmaX-0005vi-00
53 for x@y; Tue, 2 Mar 1999 09:44:33 +0000
bd8fbe36 54PDKIM >> raw hdr: quit{CR}{LF}
1a6230a3
JH
55calling local_scan(); timeout=300
56local_scan() returned 0 NULL
57LOG: MAIN
58 <= x@y H=[V4NET.0.0.0] P=smtp S=sss
59SMTP>> 250 OK id=10HmaX-0005vi-00
60smtp_setup_msg entered
61SMTP<< quit
62SMTP>> 221 mail.test.ex closing connection
63LOG: smtp_connection MAIN
64 SMTP connection from [V4NET.0.0.0] closed by QUIT
65search_tidyup called
66>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>