1 # cutthrough_delivery basic operation
21 MAIL FROM:<CALLER@myhost.test.ex>
22 RCPT TO:<userx@domain.com>
28 # cutthrough_delivery into HELO-only server
30 220 SMTP only spoken here
48 MAIL FROM:<CALLER@myhost.test.ex>
49 RCPT TO:<userz@domain.com>
55 # cutthrough for 2 recipients in one domain
75 MAIL FROM:<CALLER@myhost.test.ex>
76 RCPT TO:<usery@domain.com>
77 RCPT TO:<userx@domain.com>
88 # cutthrough_delivery basic operation, again
106 MAIL FROM:<CALLER@myhost.test.ex>
107 RCPT TO:<userx@domain.com>
120 # cutthrough for 2 recipients in one domain
122 # so we get a 2nd conn with the traditional delivery
123 # (for both because it's not a real verify=recipient)
153 MAIL FROM:<CALLER@myhost.test.ex>
154 RCPT TO:<no@domain.com>
155 RCPT TO:<userx@domain.com>
166 # cutthrough for 2 recipients in one domain
168 # so we get a 2nd conn with the traditional delivery
169 # (for both because it's not a real verify=recipient)
177 250 first recipient ok
201 MAIL FROM:<CALLER@myhost.test.ex>
202 RCPT TO:<userx@domain.com>
203 RCPT TO:<no@domain.com>
214 # cutthrough for 2 recipients in one domain
215 # second one uses a different transport
216 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
217 # then 3rd & 4th conns with the traditional deliveries on the different transports
225 250 first recipient ok
235 250 second recipient ok
269 MAIL FROM:<CALLER@myhost.test.ex>
270 RCPT TO:<userx@domain.com>
271 RCPT TO:<special_tpt@domain.com>
282 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
302 MAIL FROM:<CALLER@myhost.test.ex>
303 RCPT TO:<userx@domain1.com>
304 RCPT TO:<usery@domain2.com>
315 # cutthrough for 2 recipients in different domains, handled by the same tpt but different hosts
316 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
317 # then 3rd & 4th conns with the traditional deliveries on the different transports
325 250 first recipient ok
335 250 second recipient ok
369 MAIL FROM:<CALLER@myhost.test.ex>
370 RCPT TO:<userx@domain.com>
371 RCPT TO:<usery@special.com>
382 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
383 # but via a dnslookup router (all previous were manualroute)
403 MAIL FROM:<CALLER@myhost.test.ex>
404 RCPT TO:<userx@localhost.test.ex>
405 RCPT TO:<usery@thishost.test.ex>