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
/
0160
1
# queue_only is set in the configuration
2
need_ipv4
3
#
4
exim userx@domain.com
5
.
6
****
7
server PORT_S
8
220 ESMTP
9
EHLO
10
250-OK
11
250 HELP
12
MAIL FROM:
13
250 Sender OK
14
RCPT TO:
15
452 Temporary error
16
QUIT
17
250 OK
18
****
19
exim -q
20
****
21
sleep 4
22
server PORT_S
23
220 ESMTP
24
EHLO
25
250-OK
26
250 HELP
27
MAIL FROM:
28
250 Sender OK
29
RCPT TO:
30
452 Temporary error
31
QUIT
32
250 OK
33
****
34
exim -q
35
****
36
exim -q
37
****
38
no_msglog_check