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}}
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}}