summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0453
blob: c5445b2453e2f6a42ed7f2408207eb8dfbe720b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# smtp_max_synprot_errors
1
exim -bs
helo
helo
helo
helo
helo
helo
****
1
exim -DERROR_DETAILS=smtp_max_synprot_errors=1 -bs
helo test
mail from:<>
mail from:<>
mail from:<>
****
exim -bh V4NET.0.0.1
helo xxxx
mail from:<>
rcpt to:<bad syntax@x.y.z>
rcpt to:<bad syntax@x.y.z>
rcpt to:<bad syntax@x.y.z>
rcpt to:<bad syntax@x.y.z>
rcpt to:<bad syntax@x.y.z>
quit
****