From: Andrew Lewis Date: Fri, 17 Nov 2023 10:42:29 +0000 (+0200) Subject: [Test] Fix tests on rspamd-3.7 X-Git-Tag: 3.7.5~5^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4708%2Fhead;p=rspamd.git [Test] Fix tests on rspamd-3.7 --- diff --git a/test/functional/configs/settings.conf b/test/functional/configs/settings.conf index 506bde19c..9a51ef999 100644 --- a/test/functional/configs/settings.conf +++ b/test/functional/configs/settings.conf @@ -35,7 +35,7 @@ settings { user = "test@example.com"; from = "test2@example.com"; hostname = "example.com"; - selector = "rcpts:addr.in(test3@example.com)"; + selector = "rcpts:addr.in('test3@example.com')"; header = { "Content-Transfer-Encoding" = "7bit"; "Custom-Header" = true;