From a30c4a1d4639e03276586ae7c56c741088587b1b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 8 Dec 2019 09:45:57 +0000 Subject: [PATCH] [Test] Add missing test records --- test/functional/cases/340_surbl.robot | 1 - test/functional/configs/plugins.conf | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 8d62c16985..71bd4285ac 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -144,7 +144,6 @@ SURBL IDN Punycode domain SURBL html entity ­ ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url10.eml Should Contain ${result.stdout} RSPAMD_URIBL - Should Contain ${result.stdout} DBL_SPAM *** Keywords *** Surbl Setup diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 0982097883..b55f3a35c6 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -559,6 +559,12 @@ options = { type = a; replies = ["127.0.0.2"]; }, + { + # testtest.com + name = "rcf1ecxtxrrpfncqzsdaiezjkf7f1rzz.test.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, { name = "jhcszdsmo3wuj5mp8t38kdisdmr3ib3q.test.uribl"; type = a; -- 2.47.3