GDBM: fix build
[exim.git] / test / scripts / 0990-Allow-Tainted-Data / 0990
1 # Allow insecure tainted data
2 exim -DALLOW_TAINTED=no -f hans@example.com -be 
3 ${lookup{$sender_address_local_part}lsearch{DIR/aux-fixed/0990/$sender_address_domain}{yes}{no}}
4 ****
5 exim -DALLOW_TAINTED=yes -f hans@example.com -be 
6 ${lookup{$sender_address_local_part}lsearch{DIR/aux-fixed/0990/$sender_address_domain}{yes}{no}}
7 ****