1 # cutthrough_delivery tmp-rejects
5 # basic operation. Should deliver in cutthrough mode.
23 MAIL FROM:<CALLER@myhost.test.ex>
24 RCPT TO:<usera@domain.com>
30 ######################################################
33 # temp-reject (at RCPT), default. Should spool msg.
47 MAIL FROM:<CALLER@myhost.test.ex>
48 RCPT TO:<userb@domain.com>
55 # temp-reject (at RCPT), option "spool". Should spool msg (again).
67 exim -DCONTROL=/defer=spool -bs
69 MAIL FROM:<CALLER@myhost.test.ex>
70 RCPT TO:<userc@domain.com>
77 # temp-reject (at RCPT), option "pass". Should tmp-rej source, at RCPT.
89 exim -DCONTROL=/defer=pass -bs
91 MAIL FROM:<CALLER@myhost.test.ex>
92 RCPT TO:<userd@domain.com>
95 #########################################################
99 # temp-reject (at DATA-dot), default. Should spool msg.
117 MAIL FROM:<CALLER@myhost.test.ex>
118 RCPT TO:<usere@domain.com>
125 # temp-reject (at DATA-dot), option "spool". Should spool msg (again).
141 exim -DCONTROL=/defer=spool -bs
143 MAIL FROM:<CALLER@myhost.test.ex>
144 RCPT TO:<userf@domain.com>
151 # temp-reject (at DATA-dot), option "pass". Should tmp-rej source, at DATA.
167 exim -DCONTROL=/defer=pass -bs
169 MAIL FROM:<CALLER@myhost.test.ex>
170 RCPT TO:<userg@domain.com>
177 #########################################################
178 #, Now using a conn opened by a recipient verify
180 # basic operation. Should deliver in cutthrough mode.
196 exim -DOPT=verify=recipient/callout=use_sender -bs
198 MAIL FROM:<CALLER@myhost.test.ex>
199 RCPT TO:<userh@domain.com>
206 # temp-reject (at RCPT), default. Should tmp-rej, due to the r-verify
218 exim -DOPT=verify=recipient/callout=use_sender -bs
220 MAIL FROM:<CALLER@myhost.test.ex>
221 RCPT TO:<useri@domain.com>