1 # cutthrough_delivery basic operation
22 MAIL FROM:<CALLER@myhost.test.ex>
23 RCPT TO:<userx@domain.com>
29 # cutthrough_delivery into HELO-only server
31 220 SMTP only spoken here
49 MAIL FROM:<CALLER@myhost.test.ex>
50 RCPT TO:<userz@domain.com>
56 # cutthrough for 2 recipients in one domain
76 MAIL FROM:<CALLER@myhost.test.ex>
77 RCPT TO:<usery@domain.com>
78 RCPT TO:<userx@domain.com>
89 # cutthrough_delivery basic operation, again
107 MAIL FROM:<CALLER@myhost.test.ex>
108 RCPT TO:<userx@domain.com>
121 # cutthrough for 2 recipients in one domain
123 # so we get a 2nd conn with the traditional delivery for the second
150 # Foregound delivery needed else the following subtest reception logging happens before this ones
151 # delivery process logs and terminates; the interlock is only on the parent exim terminating.
154 MAIL FROM:<CALLER@myhost.test.ex>
155 RCPT TO:<no@domain.com>
156 RCPT TO:<userx@domain.com>
166 # cutthrough for 2 recipients in one domain
168 # so we get a 2nd conn with the traditional delivery of the 1st
176 250 first recipient ok
198 MAIL FROM:<CALLER@myhost.test.ex>
199 RCPT TO:<userx@domain.com>
200 RCPT TO:<no@domain.com>
211 # cutthrough for 2 recipients in one domain
212 # second one uses a different transport
213 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
214 # then 3rd & 4th conns with the traditional deliveries on the different transports
222 250 first recipient ok
232 250 second recipient ok
266 MAIL FROM:<CALLER@myhost.test.ex>
267 RCPT TO:<userx@domain.com>
268 RCPT TO:<special_tpt@domain.com>
279 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
299 MAIL FROM:<CALLER@myhost.test.ex>
300 RCPT TO:<userx@domain1.com>
301 RCPT TO:<usery@domain2.com>
312 # cutthrough for 2 recipients in different domains, handled by the same tpt but different hosts
313 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
314 # then 3rd & 4th conns with the traditional deliveries on the different transports
322 250 first recipient ok
332 250 second recipient ok
366 MAIL FROM:<CALLER@myhost.test.ex>
367 RCPT TO:<userx@domain.com>
368 RCPT TO:<usery@special.com>
379 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
380 # but via a dnslookup router (all previous were manualroute)
400 MAIL FROM:<CALLER@myhost.test.ex>
401 RCPT TO:<userx@localhost4.test.ex>
402 RCPT TO:<usery@thishost.test.ex>
411 # data having line with (logical, doubled on wire) single dot
429 MAIL FROM:<CALLER@myhost.test.ex>
430 RCPT TO:<userx@domain.com>
432 Subject: singledot test
434 This data has a line with a single dot... next:
436 and this is the line right after.
437 Next we have a line with a leading dot:
439 and this is the next line.