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 # conn-drop (at DATA-dot), option "pass". Should tmp-rej source, at DATA.
191 exim -DCONTROL=/defer=pass -bs
193 MAIL FROM:<CALLER@myhost.test.ex>
194 RCPT TO:<userj@domain.com>
201 #########################################################
202 #, Now using a conn opened by a recipient verify
204 # basic operation. Should deliver in cutthrough mode.
220 exim -DOPT=verify=recipient/callout=use_sender -bs
222 MAIL FROM:<CALLER@myhost.test.ex>
223 RCPT TO:<userh@domain.com>
230 # temp-reject (at RCPT), default. Should tmp-rej, due to the r-verify
242 exim -DOPT=verify=recipient/callout=use_sender -bs
244 MAIL FROM:<CALLER@myhost.test.ex>
245 RCPT TO:<useri@domain.com>