3 ${lookup sqlite{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{DIR/aux-fixed/sqlitedb select name from them where id='xxxx';}}
6 ${lookup sqlite{DIR/aux-fixed/sqlitedb select name from them where id='nothing';}}
7 ${lookup sqlite{DIR/aux-fixed/sqlitedb select id,name from them where id='nothing';}}
8 ${lookup sqlite{DIR/aux-fixed/sqlitedb select * from them where id='quote2';}}
9 ${lookup sqlite{DIR/aux-fixed/sqlitedb select * from them where id='newline';}}
10 ${lookup sqlite{DIR/aux-fixed/sqlitedb select * from them where id='tab';}}
11 ${lookup sqlite{DIR/aux-fixed/sqlitedb select * from them where id='its';}}
12 ${lookup sqlite{DIR/aux-fixed/sqlitedb select * from them where name='${quote_sqlite:it's}';}}
20 exim -d -bh 10.10.10.10
30 exim -d-all+lookup -be
31 ${lookup sqlite{DIR/aux-fixed/sqlitedb select name from them where id='userx';}}