Lookups: ret=key option
[exim.git] / test / scripts / 0000-Basic / 0625
CommitLineData
0006e6d8
JH
1# singlekey lookup ret-key
2#
3# baseline, get the data
4exim -d-all+expand -bs '-DOPT=notthis : lsearch;DIR/aux-fixed/TESTNUM.lsearch : nothiseither'
5HELO test
6MAIL FROM:<testclient>
7RCPT TO:<a@trythiskey.ex>
8QUIT
9****
10#
11# get the key
12exim -d-all+expand -bs '-DOPT=notthis : lsearch,ret=key;DIR/aux-fixed/TESTNUM.lsearch : nothiseither'
13HELO test
14MAIL FROM:<testclient>
15RCPT TO:<a@trythiskey.ex>
16QUIT
17****
18#