]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/0990-Allow-Tainted-Data/0990
ALPN: not supported under LibreSSL
[user/henk/code/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 ****