git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Debug: indentation
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0465
1
# strip_trailing_dot
2
exim -d -bs
3
helo test
4
mail from:<>
5
rcpt to:<abc@domain.>
6
quit
7
****
8
1
9
exim -f abc@somewhere. xxx
10
****
11
exim -DOPT=strip_trailing_dot -d -bs
12
helo test
13
mail from:<>
14
rcpt to:<abc@domain.>
15
data
16
To: abc@domain.
17
.
18
quit
19
****
20
exim -DOPT=strip_trailing_dot -f abc@somewhere. xxx@yyy.
21
****
22
exim -d -bs
23
helo test
24
mail from:<>
25
rcpt to:<abc@xyz>
26
data
27
To: abc@xyz.
28
.
29
quit
30
****
31
exim -bp
32
****
33
no_msglog_check