Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.
[exim.git] / test / stderr / 0479
CommitLineData
54c5ebb1
PH
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@the.local.host.name
10sender_fullhost = [1.2.3.4]
11sender_rcvhost = [1.2.3.4]
12host in hosts_connection_nolog? no (option unset)
13LOG: smtp_connection MAIN
14 SMTP connection from [1.2.3.4]
15host in host_lookup? no (option unset)
16set_process_info: pppp handling incoming connection from [1.2.3.4]
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)
898d150f 23SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
24smtp_setup_msg entered
25SMTP<< helo [1.2.3.4]
26[1.2.3.4] in helo_lookup_domains? no (end of list)
27sender_fullhost = ([1.2.3.4]) [1.2.3.4]
28sender_rcvhost = [1.2.3.4]
29set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
898d150f 30SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
54c5ebb1 31SMTP<< mail from:<a@b>
898d150f 32SMTP>> 250 OK
54c5ebb1
PH
33SMTP<< rcpt to:<c@d>
34using ACL "rcpt"
35processing "require"
36check logwrite = sender address is <$sender_address>
37 = sender address is <a@b>
38LOG: MAIN
39 sender address is <a@b>
40check verify = sender
41>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
42Verifying a@b
43address match: subject=a@b pattern=a@b
44b in "b"? yes (matched "b")
45a@b in "a@b"? yes (matched "a@b")
46LOG: address_rewrite MAIN
47 "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
48>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
49Considering rewritten-a@rewritten-b
50>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
51routing rewritten-a@rewritten-b
52--------> r1 router <--------
53local_part=rewritten-a domain=rewritten-b
54calling r1 router
55r1 router called for rewritten-a@rewritten-b
56 domain = rewritten-b
57set transport t1
58queued for t1 transport: local_part = rewritten-a
59domain = rewritten-b
60 errors_to=NULL
61 domain_data=NULL localpart_data=NULL
62routed by r1 router
63 envelope to: rewritten-a@rewritten-b
64 transport: t1
65----------- end verify ------------
66sender a@b verified ok as rewritten-a@rewritten-b
67require: condition test succeeded
68processing "accept"
69accept: condition test succeeded
898d150f 70SMTP>> 250 Accepted
54c5ebb1
PH
71SMTP<< rcpt to:<e@f>
72using ACL "rcpt"
73processing "require"
74check logwrite = sender address is <$sender_address>
75 = sender address is <rewritten-a@rewritten-b>
76LOG: MAIN
77 sender address is <rewritten-a@rewritten-b>
78check verify = sender
79using cached sender verify result
80require: condition test succeeded
81processing "accept"
82accept: condition test succeeded
898d150f 83SMTP>> 250 Accepted
54c5ebb1 84SMTP<< quit
898d150f 85SMTP>> 221 the.local.host.name closing connection
54c5ebb1
PH
86LOG: smtp_connection MAIN
87 SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT
88search_tidyup called
89>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>