summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0465
blob: de8b6cbdf0eae3ffcc447e2e2fda6324839f00cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# strip_trailing_dot
exim -d -bs
mail from:<>
rcpt to:<abc@domain.>
quit
****
1
exim -f abc@somewhere. xxx
****
exim -DOPT=strip_trailing_dot -d -bs
mail from:<>
rcpt to:<abc@domain.>
data
To: abc@domain.
.
quit
****
exim -DOPT=strip_trailing_dot -f abc@somewhere. xxx@yyy.
****
exim -d -bs
mail from:<>
rcpt to:<abc@xyz>
data
To: abc@xyz.
.
quit
****
exim -bp
****
no_msglog_check