summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0620
blob: 09587750dccf876c9e26aecb9ae22f6fadbfdefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# singlekey lookup ret-key
#
# baseline, get the data
exim -d-all+expand -bs '-DOPT=notthis : lsearch;DIR/aux-fixed/TESTNUM.lsearch : nothiseither'
HELO test
MAIL FROM:<testclient>
RCPT TO:<a@trythiskey.ex>
QUIT
****
#
# get the key
exim -d-all+expand -bs '-DOPT=notthis : lsearch,ret=key;DIR/aux-fixed/TESTNUM.lsearch : nothiseither'
HELO test
MAIL FROM:<testclient>
RCPT TO:<a@trythiskey.ex>
QUIT
****
#