git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Check for overflow in numeric expansion conditions; forbid negative
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0537
1
# -oMa... options in various situations
2
exim -oMa 5.6.7.8 -bh 1.2.3.4
3
quit
4
****
5
exim -bh 1.2.3.4 \
6
-oMa 5.6.7.8 \
7
-oMaa authname \
8
-oMai authid \
9
-oMr protocol \
10
-oMas authsender \
11
-oMi 9.10.11.12 \
12
-oMs hostname \
13
-oMt ident
14
ehlo a.b
15
mail from:<>
16
rset
17
mail from:<> auth=<asender@a.domain>
18
quit
19
****
20
exim -DTRUSTED=CALLER \
21
-bs \
22
-oMa 5.6.7.8 \
23
-oMaa authname \
24
-oMai authid \
25
-oMr protocol \
26
-oMas authsender \
27
-oMi 9.10.11.12 \
28
-oMs hostname \
29
-oMt ident
30
ehlo a.b
31
mail from:<>
32
rset
33
mail from:<> auth=<asender@a.domain>
34
quit
35
****
36
exim -DTRUSTED=CALLER \
37
-oMa 5.6.7.8 \
38
-oMaa authname \
39
-oMai authid \
40
-oMr protocol \
41
-oMas authsender \
42
-oMi 9.10.11.12 \
43
-oMs hostname \
44
-oMt ident \
45
userx
46
****
47
no_msglog_check