From 632e838e16d46bb461cfb5f8d36a33eba4e7fc49 Mon Sep 17 00:00:00 2001 From: FUTATSUKI Yasuhito Date: Mon, 23 Dec 2024 19:19:26 +0900 Subject: [PATCH] opendkim/tests/t-sign-rs-tables-bad.conf: change type of signing table SigningTable is now checked for each entries so that their corresponding key entry exists in valid form as well as its existence in KeyTable on loading config file on start up, if the type of SigningTable dataset supports dkimf_db_walk. However we need to use bad format entry in KeyTable, to perform the test, so we use 'refile' dataset type for SigningTable to avoid the check. --- opendkim/tests/t-sign-rs-tables-bad.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendkim/tests/t-sign-rs-tables-bad.conf b/opendkim/tests/t-sign-rs-tables-bad.conf index 0178920e..99f2a939 100644 --- a/opendkim/tests/t-sign-rs-tables-bad.conf +++ b/opendkim/tests/t-sign-rs-tables-bad.conf @@ -5,4 +5,4 @@ Background No Canonicalization relaxed/simple RequireSafeKeys No KeyTable file:t-sign-rs-tables-bad.keys -SigningTable file:t-sign-rs-tables.sign +SigningTable refile:t-sign-rs-tables.sign