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
124 # (for both because it's not a real verify=recipient)
154 MAIL FROM:<CALLER@myhost.test.ex>
155 RCPT TO:<no@domain.com>
156 RCPT TO:<userx@domain.com>
167 # cutthrough for 2 recipients in one domain
169 # so we get a 2nd conn with the traditional delivery
170 # (for both because it's not a real verify=recipient)
178 250 first recipient ok
202 MAIL FROM:<CALLER@myhost.test.ex>
203 RCPT TO:<userx@domain.com>
204 RCPT TO:<no@domain.com>
215 # cutthrough for 2 recipients in one domain
216 # second one uses a different transport
217 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
218 # then 3rd & 4th conns with the traditional deliveries on the different transports
226 250 first recipient ok
236 250 second recipient ok
270 MAIL FROM:<CALLER@myhost.test.ex>
271 RCPT TO:<userx@domain.com>
272 RCPT TO:<special_tpt@domain.com>
283 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
303 MAIL FROM:<CALLER@myhost.test.ex>
304 RCPT TO:<userx@domain1.com>
305 RCPT TO:<usery@domain2.com>
316 # cutthrough for 2 recipients in different domains, handled by the same tpt but different hosts
317 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
318 # then 3rd & 4th conns with the traditional deliveries on the different transports
326 250 first recipient ok
336 250 second recipient ok
370 MAIL FROM:<CALLER@myhost.test.ex>
371 RCPT TO:<userx@domain.com>
372 RCPT TO:<usery@special.com>
383 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
384 # but via a dnslookup router (all previous were manualroute)
404 MAIL FROM:<CALLER@myhost.test.ex>
405 RCPT TO:<userx@localhost4.test.ex>
406 RCPT TO:<usery@thishost.test.ex>