summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0308
blob: 4e0a2040843711bd8297e0243df4f8399dfc5089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# host lists and unknown host names - maximal checking
exim -bh V4NET.0.0.97
helo test
mail from:<x@y>
rcpt to:<z@z>
quit
****
exim -bh V4NET.0.0.1
helo test
mail from:<x@y>
rcpt to:<z@z>
quit
****