Flush SMTP output buffer before "delay" in an ACL; add control =
[exim.git] / test / scripts / 0000-Basic / 0525
CommitLineData
59371ea7
PH
1# Timeout while actually writing the data for a message
2need_ipv4
3#
4server PORT_S
5220 Welcome
6EHLO
7250 Hi
8MAIL FROM
9250 OK
10RCPT TO
11250 OK
12DATA
13354 SEND
14*sleep 3
15****
16write test-data 20000x80
17mail from:<abc@xyz>
18RCPT TO:<def@pqr>
19DATA
20++++
21.
22quit
23****
24exim -v -odi -bs <test-data
25****
26no_msglog_check