Fix bounce generation under RFC 3461 request. Bug 2411
[exim.git] / test / scripts / 4650-DMARC / 4650
CommitLineData
55997e6c
JH
1# acl variables and authresults
2#
3# SPF is a problem. 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??? 250
20DATA
21??? 3
22Subject: test
23From: z@example.com
24
25body line
26.
27??? 250
28QUIT
29****
30#
31killdaemon
32no_msglog_check