DMARC: send forensic reports for reject & quarantine results, and "none" policy....
[exim.git] / test / scripts / 0000-Basic / 0465
1 # strip_trailing_dot
2 exim -d -bs
3 mail from:<>
4 rcpt to:<abc@domain.>
5 quit
6 ****
7 1
8 exim -f abc@somewhere. xxx
9 ****
10 exim -DSTD=strip_trailing_dot -d -bs
11 mail from:<>
12 rcpt to:<abc@domain.>
13 data
14 To: abc@domain.
15 .
16 quit
17 ****
18 exim -DSTD=strip_trailing_dot -f abc@somewhere. xxx@yyy.
19 ****
20 exim -d -bs
21 mail from:<>
22 rcpt to:<abc@xyz>
23 data
24 To: abc@xyz.
25 .
26 quit
27 ****
28 exim -bp
29 ****
30 no_msglog_check