summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0089
blob: 1fcd8dfdfdfdedb185e7f5c42ba1f023ebe56bb1 (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
# host and domain list caseless matching and HELO checking
#
exim -bt userx@test.ex userx@myhost.test.ex
****
exim -bh V4NET.0.0.0
helo @#$%^&*()
helo abc_xyz
mail from:<userx@cus.cam.ac.uk>
rcpt to:<userx@test.ex>
rcpt to:<userx@else.where>
rset
quit
****
exim -bh V4NET.0.0.99
helo @#$%^&*()
mail from:<root>
rcpt to:<xx@reLAY.ONE.ex>
rcpt to:<yy@relay.two.ex>
rset
helorhubarb
mailfrom:<>
rsettling
quit
****
2
exim -bt abcd@test.ex ABCD@test.ex XYZ@ten-1.test.ex xyz@ten-1.test.ex
****