git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Debug: indentation
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0453
1
# smtp_max_synprot_errors
2
1
3
exim -bs
4
helo
5
helo
6
helo
7
helo
8
helo
9
helo
10
****
11
1
12
exim -DERROR_DETAILS=smtp_max_synprot_errors=1 -bs
13
helo test
14
mail from:<>
15
mail from:<>
16
mail from:<>
17
****
18
exim -bh V4NET.0.0.1
19
helo xxxx
20
mail from:<>
21
rcpt to:<bad syntax@x.y.z>
22
rcpt to:<bad syntax@x.y.z>
23
rcpt to:<bad syntax@x.y.z>
24
rcpt to:<bad syntax@x.y.z>
25
rcpt to:<bad syntax@x.y.z>
26
quit
27
****