SPF: additional variable $spf_result_guessed; tweak authresults string indicating...
[exim.git] / test / scripts / 4600-SPF / 4600
CommitLineData
743c4c9f
JH
1# acl condition and variables
2#
3# It is rather difficult to properly test spf. We use libspf2 to do the work, and it
4# does the DNS lookups, so we cannot intercept them in the testsuite's usual fashion
5# to provide values for testcases.
6#
7# For now just check that what should be working syntax does not cause us to fall over.
8# Be careful with envelope-domains used for testcases, as real DNS lookups will be done.
9#
10exim -bd -DSERVER=server -oX PORT_D
11****
12client HOSTIPV4 PORT_D
13??? 220
14helo testclient
15??? 250
16mail from:<a@example.com>
17??? 250
18rcpt to:<fred@test.ex>
19??? 550
20quit
21****
87e9d061
JH
22client HOSTIPV4 PORT_D
23??? 220
24helo testclient
25??? 250
26mail from:<b@test.example.com>
27??? 250
28rcpt to:<fred@test.ex>
29??? 550
30quit
31****
743c4c9f
JH
32client 127.0.0.1 PORT_D
33??? 220
34helo testclient
35??? 250
87e9d061 36mail from:<c@example.com>
743c4c9f
JH
37??? 250
38rcpt to:<fred@test.ex>
39??? 250
40quit
41****
42#
43killdaemon