string.c: do not interpret '\\' before '\0' (CVE-2019-15846)
[exim.git] / test / scripts / 0000-Basic / 0303
... / ...
CommitLineData
1# helo_lookup_domains (default setting) and helo literals
2exim -bh V4NET.0.0.1
3helo myhost.test.ex
4quit
5****
6exim -bh V4NET.0.0.1
7ehlo [127.0.0.1]
8quit
9****
10exim -bh V4NET.0.0.1
11helo rhubarb.custard
12quit
13****
14exim -d -bh V4NET.2.3.4
15EHLO [V4NET.2.3.4]
16mail from:<>
17rcpt to:<x@y>
18data
19
20.
21quit
22****
23exim -d -bh V4NET.2.3.4 -oMs host.name.tld
24EHLO [V4NET.2.3.4]
25mail from:<>
26rcpt to:<x@y>
27data
28
29.
30quit
31****
32no_msglog_check