summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0465
blob: 3b2e54c6b608508cc2af5522317005695e1bcd1f (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
31
32
33
# strip_trailing_dot
exim -d -bs
helo test
mail from:<>
rcpt to:<abc@domain.>
quit
****
1
exim -f abc@somewhere. xxx
****
exim -DOPT=strip_trailing_dot -d -bs
helo test
mail from:<>
rcpt to:<abc@domain.>
data
To: abc@domain.
.
quit
****
exim -DOPT=strip_trailing_dot -f abc@somewhere. xxx@yyy.
****
exim -d -bs
helo test
mail from:<>
rcpt to:<abc@xyz>
data
To: abc@xyz.
.
quit
****
exim -bp
****
no_msglog_check