Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / scripts / 4650-DMARC / 4650
1 # acl variables and authresults
2 #
3 # For now just check that what should be working syntax does not cause us to fall over.
4 #
5 # SPF and DMARC lookups in DNS are diverted into the testsuite fakedns handling.
6 # Be careful with envelope-domains used for testcases, as real DNS lookups will be done
7 # for names not provided for in fakedns.
8 #
9 exim -bd -DSERVER=server -oX PORT_D
10 ****
11 client HOSTIPV4 PORT_D
12 ??? 220
13 HELO testclient
14 ??? 250
15 MAIL FROM:<a@example.com>
16 ??? 250
17 RCPT TO:<fred@test.ex>
18 ??? 250
19 DATA
20 ??? 3
21 Subject: test
22 From: z@example.com
23
24 body line
25 .
26 ??? 250
27 QUIT
28 ****
29 #
30 killdaemon
31 no_msglog_check