git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Check for overflow in numeric expansion conditions; forbid negative
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0525
1
# Timeout while actually writing the data for a message
2
need_ipv4
3
#
4
server PORT_S
5
220 Welcome
6
EHLO
7
250 Hi
8
MAIL FROM
9
250 OK
10
RCPT TO
11
250 OK
12
DATA
13
354 SEND
14
*sleep 3
15
****
16
write test-data 20000x80
17
mail from:<abc@xyz>
18
RCPT TO:<def@pqr>
19
DATA
20
++++
21
.
22
quit
23
****
24
exim -v -odi -bs <test-data
25
****
26
no_msglog_check