summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0634
blob: cb08a025f83e5c9d4f157e1445171874b6002157 (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
# Empty variables
#
exim -DACL_RCPT='$acl_c_empty' -bh V4NET.0.0.0
EHLO test1
MAIL FROM:<CALLER@test.ex>
RCPT TO:<test1@test.ex>
QUIT
****
# expanson-operator after empty variable
exim -DACL_RCPT='$acl_c_empty${hexquote:A}' -bh V4NET.0.0.0
EHLO test2
MAIL FROM:<CALLER@test.ex>
RCPT TO:<test2@test.ex>
QUIT
****
# expanson-item after empty variable
exim -DACL_RCPT='$acl_c_empty${listquote{:}{A}}' -bh V4NET.0.0.0
EHLO test3
MAIL FROM:<CALLER@test.ex>
RCPT TO:<test3@test.ex>
QUIT
****
#
no_stdout_check