summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0089
blob: d7ddbd6cb2001d7c020d54b044f8b1a07508c6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>
quit
****
2
exim -bt abcd@test.ex ABCD@test.ex XYZ@ten-1.test.ex xyz@ten-1.test.ex
****