Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / scripts / 0000-Basic / 0465
CommitLineData
59371ea7
PH
1# strip_trailing_dot
2exim -d -bs
3mail from:<>
4rcpt to:<abc@domain.>
5quit
6****
71
8exim -f abc@somewhere. xxx
9****
10exim -DSTD=strip_trailing_dot -d -bs
11mail from:<>
12rcpt to:<abc@domain.>
13data
14To: abc@domain.
15.
16quit
17****
18exim -DSTD=strip_trailing_dot -f abc@somewhere. xxx@yyy.
19****
20exim -d -bs
21mail from:<>
22rcpt to:<abc@xyz>
23data
24To: abc@xyz.
25.
26quit
27****
28exim -bp
29****
30no_msglog_check