3 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select name from them where id='userx';}}
4 ${lookup sqlite{DIR/aux-fixed/sqlitedb select name from them where id='userx';}}
5 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{ select name from them where id='userx';}}
6 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{ select name from them where id='userx';}}
7 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{ select name from them where id='xxxx';}}
8 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select name from them where id='nothing';}}
9 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select id,name from them where id='nothing';}}
10 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb {select * from them where id='quote2';}}
11 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select * from them where id='newline';}}
12 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select * from them where id='tab';}}
13 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select * from them where id='its';}}
14 ${lookup sqlite,file=DIR/aux-fixed/sqlitedb{select * from them where name='${quote_sqlite:it's}';}}
16 exim -d -DOPT=y -bh 10.0.0.0
30 exim -d -bh 10.10.10.10
37 exim -DOPT=y -odi -d userx
41 exim -d-all+lookup -be
42 ${lookup sqlite{DIR/aux-fixed/sqlitedb select name from them where id='userx';}}
46 exim -DDATA=DIR/aux-fixed/sqlitedb -d-all+lookup -be
47 ${lookup sqlite{select name from them where id='userx';}}
49 exim -DDATA=nonabsolute_filename -d-all+lookup -be
50 ${lookup sqlite{select name from them where id='userx';}}
52 exim -DDATA=DIR/missingfile -d-all+lookup -be
53 ${lookup sqlite{select name from them where id='userx';}}