summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0453
blob: b07a7125caf0cc37c3da0380b3ccb7f1dcd3a0ed (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
# smtp_max_synprot_errors
1
exim -bs
helo
helo
helo
helo
helo
helo
****
1
exim -DERROR_DETAILS=smtp_max_synprot_errors=1 -bs
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
****