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
/
0289
1
# recipients_max
2
1
3
exim -odi userx usery
4
From: me
5
6
Body
7
.
8
****
9
1
10
exim -odi -oep userx usery
11
From: me
12
13
Body
14
.
15
****
16
#
17
# recipients_max should be expanded (here, for non-SMTP)
18
exim -DDYNAMIC_OPTION -odi userx usery
19
From: me
20
.
21
****
22
1
23
exim -odi -DDYNAMIC_OPTION userx usery userz
24
From: me
25
.
26
****