From 2ec6be32a92827c776d61bf39fb5d14e9d669383 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 16 Nov 2023 21:11:36 +0200 Subject: [Test] Try break tests --- test/functional/configs/settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/functional/configs/settings.conf b/test/functional/configs/settings.conf index 7bcc58a1d..5530c8a18 100644 --- a/test/functional/configs/settings.conf +++ b/test/functional/configs/settings.conf @@ -45,7 +45,7 @@ settings { "Test" = "passed"; } - expression = 'user || from || hostname || selector:1 || header:mime_version || header:custom_header || header:1 || request_header:test' + expression = 'user || from || hostname || selector:1 || header:mime_version || header:custom_header || request_header:test' apply { symbols_enabled { SIMPLE_VIRTUAL = 10.0; -- cgit v1.2.3 From 491459016e4f1cb5532bf98a8fa36a7035166032 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 16 Nov 2023 18:28:19 +0200 Subject: [Test] Try correct settings test --- test/functional/cases/108_settings.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/functional/cases/108_settings.robot b/test/functional/cases/108_settings.robot index 0b4877882..1b51343d0 100644 --- a/test/functional/cases/108_settings.robot +++ b/test/functional/cases/108_settings.robot @@ -180,7 +180,7 @@ SETTINGS ID - VIRTUAL HOSTNAME Do Not Expect Symbol SIMPLE_PRE SETTINGS ID - VIRTUAL SELECTOR - Scan File ${MESSAGE} Rcpt=user3@example.com + Scan File ${MESSAGE} Rcpt=test3@example.com Expect Symbol With Score SIMPLE_VIRTUAL 10 Expect Symbol With Score EXPLICIT_VIRTUAL 10 Do Not Expect Symbol SIMPLE_TEST @@ -190,7 +190,7 @@ SETTINGS ID - VIRTUAL SELECTOR Do Not Expect Symbol SIMPLE_PRE SETTINGS ID - ANGLED RECIPIENT - Scan File ${MESSAGE} Rcpt= + Scan File ${MESSAGE} Rcpt= Expect Symbol With Score SIMPLE_VIRTUAL 10 Expect Symbol With Score EXPLICIT_VIRTUAL 10 Do Not Expect Symbol SIMPLE_TEST -- cgit v1.2.3 From bd65562c8a6e1d4ab685607a4bc111fd93530415 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 16 Nov 2023 20:01:36 +0200 Subject: [Test] One more suspicious fix for settings tests --- test/functional/configs/settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/functional/configs/settings.conf b/test/functional/configs/settings.conf index 5530c8a18..506bde19c 100644 --- a/test/functional/configs/settings.conf +++ b/test/functional/configs/settings.conf @@ -45,7 +45,7 @@ settings { "Test" = "passed"; } - expression = 'user || from || hostname || selector:1 || header:mime_version || header:custom_header || request_header:test' + expression = 'user || from || hostname || selector:1 || header:mime_version || header:custom_header || header:content_transfer_encoding || request_header:test' apply { symbols_enabled { SIMPLE_VIRTUAL = 10.0; -- cgit v1.2.3