Fix growable-string sprintf
[exim.git] / test / scripts / 0000-Basic / 0537
CommitLineData
33d73e3b
PH
1# -oMa... options in various situations
2exim -oMa 5.6.7.8 -bh 1.2.3.4
3quit
4****
5exim -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
14ehlo a.b
15mail from:<>
16rset
17mail from:<> auth=<asender@a.domain>
18quit
19****
20exim -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
30ehlo a.b
31mail from:<>
32rset
33mail from:<> auth=<asender@a.domain>
34quit
35****
36exim -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****
47no_msglog_check