Flush SMTP output buffer before "delay" in an ACL; add control =
[exim.git] / test / stderr / 0371
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@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 using ACL "connect"
24 processing "accept"
25 check set acl_c0 = $acl_c0; connect
26 = ; connect
27 check set acl_c9 = $acl_c9; connect
28 = ; connect
29 accept: condition test succeeded
30 SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
31 smtp_setup_msg entered
32 SMTP<< ehlo something
33 something in helo_lookup_domains? no (end of list)
34 sender_fullhost = (something) [V4NET.0.0.0]
35 sender_rcvhost = [V4NET.0.0.0] (helo=something)
36 set_process_info: pppp handling incoming connection from (something) [V4NET.0.0.0]
37 host in pipelining_advertise_hosts? yes (matched "*")
38 SMTP>> 250-mail.test.ex Hello something [V4NET.0.0.0]
39 250-SIZE 52428800
40 250-PIPELINING
41 250 HELP
42 SMTP<< mail from:<x@y>
43 using ACL "mail"
44 processing "accept"
45 check set acl_c0 = $acl_c0; mail
46 = ; connect; mail
47 check set acl_c9 = $acl_c9; mail
48 = ; connect; mail
49 check set acl_m0 = $acl_m0; mail
50 = ; mail
51 accept: condition test succeeded
52 SMTP>> 250 OK
53 SMTP<< rcpt to:<x@y>
54 using ACL "rcpt"
55 processing "accept"
56 check set acl_m0 = $acl_m0; rcpt
57 = ; mail; rcpt
58 check set acl_m9 = $acl_m9; rcpt
59 = ; rcpt
60 check set acl_c0 = $acl_c0; rcpt
61 = ; connect; mail; rcpt
62 accept: condition test succeeded
63 SMTP>> 250 Accepted
64 SMTP<< data
65 SMTP>> 354 Enter message, ending with "." on a line by itself
66 search_tidyup called
67 >>Headers received:
68
69 search_tidyup called
70 >>Headers after rewriting and local additions:
71
72 Data file written for message 10HmaX-0005vi-00
73 >>Generated Received: header line
74 P Received: from [V4NET.0.0.0] (helo=something)
75 by mail.test.ex with esmtp (Exim x.yz)
76 (envelope-from <x@y>)
77 id 10HmaX-0005vi-00
78 for x@y; Tue, 2 Mar 1999 09:44:33 +0000
79 using ACL "data"
80 processing "accept"
81 check set acl_m0 = $acl_m0; data
82 = ; mail; rcpt; data
83 check set acl_m9 = $acl_m9; data
84 = ; rcpt; data
85 accept: condition test succeeded
86 calling local_scan(); timeout=300
87 local_scan() returned 0 NULL
88 LOG: MAIN
89 <= x@y H=(something) [V4NET.0.0.0] P=esmtp S=sss
90 SMTP>> 250 OK id=10HmaX-0005vi-00
91 smtp_setup_msg entered
92 SMTP<< vrfy x@y
93 host in smtp_accept_max_nonmail_hosts? yes (matched "*")
94 using ACL "vrfy"
95 processing "accept"
96 check set acl_c0 = $acl_c0; vrfy
97 = ; connect; mail; rcpt; vrfy
98 check set acl_c9 = $acl_c9; vrfy
99 = ; connect; mail; vrfy
100 check set acl_m0 = $acl_m0; vrfy
101 = ; vrfy
102 accept: condition test succeeded
103 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
104 Verifying x@y
105 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
106 Considering x@y
107 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
108 routing x@y
109 no more routers
110 LOG: MAIN
111 VRFY failed for x@y H=(something) [V4NET.0.0.0]
112 SMTP>> 550 <x@y> Unrouteable address
113 SMTP<< mail from:<x@y>
114 using ACL "mail"
115 processing "accept"
116 check set acl_c0 = $acl_c0; mail
117 = ; connect; mail; rcpt; vrfy; mail
118 check set acl_c9 = $acl_c9; mail
119 = ; connect; mail; vrfy; mail
120 check set acl_m0 = $acl_m0; mail
121 = ; mail
122 accept: condition test succeeded
123 SMTP>> 250 OK
124 SMTP<< quit
125 SMTP>> 221 mail.test.ex closing connection
126 LOG: smtp_connection MAIN
127 SMTP connection from (something) [V4NET.0.0.0] closed by QUIT
128 search_tidyup called
129 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>