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>
163 # The "exim" above should have waited on completion for the "server" before
164 # but apparently not; without this delay ordering is messed up.
170 # cutthrough for 2 recipients in one domain
172 # so we get a 2nd conn with the traditional delivery
173 # (for both because it's not a real verify=recipient)
181 250 first recipient ok
205 MAIL FROM:<CALLER@myhost.test.ex>
206 RCPT TO:<userx@domain.com>
207 RCPT TO:<no@domain.com>
219 # cutthrough for 2 recipients in one domain
220 # second one uses a different transport
221 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
222 # then 3rd & 4th conns with the traditional deliveries on the different transports
230 250 first recipient ok
240 250 second recipient ok
274 MAIL FROM:<CALLER@myhost.test.ex>
275 RCPT TO:<userx@domain.com>
276 RCPT TO:<special_tpt@domain.com>
288 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
308 MAIL FROM:<CALLER@myhost.test.ex>
309 RCPT TO:<userx@domain1.com>
310 RCPT TO:<usery@domain2.com>
321 # cutthrough for 2 recipients in different domains, handled by the same tpt but different hosts
322 # so we get a 2nd conn with 2nd rcpt, doing the fake verify
323 # then 3rd & 4th conns with the traditional deliveries on the different transports
331 250 first recipient ok
341 250 second recipient ok
375 MAIL FROM:<CALLER@myhost.test.ex>
376 RCPT TO:<userx@domain.com>
377 RCPT TO:<usery@special.com>
389 # cutthrough for 2 recipients in different domains, handled by the same tpt & host
390 # but via a dnslookup router (all previous were manualroute)
410 MAIL FROM:<CALLER@myhost.test.ex>
411 RCPT TO:<userx@localhost4.test.ex>
412 RCPT TO:<usery@thishost.test.ex>