diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-05 23:21:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-05 23:27:18 +0100 |
commit | ba74fb8d95d2e9af2122e0a95c4d5334b4f0466c (patch) | |
tree | e37a37c1538c65c55cf4bb2958cf18445b01397e /test/confs/0251 | |
parent | ab1604ea9202d3dbc0fd7fd230dc693d83d3092c (diff) |
Taint: check on supplied buffer vs. list when extracting elements
Diffstat (limited to 'test/confs/0251')
-rw-r--r-- | test/confs/0251 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0251 b/test/confs/0251 index ea6b78f5e..9c951528c 100644 --- a/test/confs/0251 +++ b/test/confs/0251 @@ -39,7 +39,7 @@ exeter_listr: require_files = DIR/aux-fixed/TESTNUM.restrict.${local_part} retry_use_local_part senders = ${if exists{DIR/aux-fixed/TESTNUM.restrict.${local_part}} \ - {DIR/aux-fixed/TESTNUM.restrict.${local_part}}{zzzz}} + {${bless:DIR/aux-fixed/TESTNUM.restrict.${local_part}}}{zzzz}} syntax_errors_to = ${local_part}-request@test.ex exeter_listf: |