]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/scripts/0000-Basic/0620
typo
[user/henk/code/exim.git] / test / scripts / 0000-Basic / 0620
index 0f662f1531930b925ee1ae3b608662e825d01cd8..09587750dccf876c9e26aecb9ae22f6fadbfdefc 100644 (file)
@@ -1,2 +1,18 @@
-# router variables
-exim -odi a
+# 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
+****
+#