commit 5ac0eed: [Test] Break test
Andrew Lewis
nerf at judo.za.org
Fri Nov 3 17:42:03 UTC 2023
Author: Andrew Lewis
Date: 2023-11-03 17:13:57 +0200
URL: https://github.com/rspamd/rspamd/commit/5ac0eed7565e26621b5a376c37f875b60399e010
[Test] Break test
---
test/functional/cases/001_merged/300_rbl.robot | 1 +
test/functional/configs/merged-override.conf | 1 +
2 files changed, 2 insertions(+)
diff --git a/test/functional/cases/001_merged/300_rbl.robot b/test/functional/cases/001_merged/300_rbl.robot
index 61c02c26b..8b19fae06 100644
--- a/test/functional/cases/001_merged/300_rbl.robot
+++ b/test/functional/cases/001_merged/300_rbl.robot
@@ -93,5 +93,6 @@ NUMERIC URLS WITH CONTENT
NUMERIC URLS WITH EVERYTHING
Scan File ${RSPAMD_TESTDIR}/messages/numeric_urls.eml
+ ... IP=127.0.0.1
... Settings={symbols_enabled = [URIBL_NUMERIC_EVERYTHING]}
Expect Symbol With Exact Options URIBL_NUMERIC_EVERYTHING 12.11.10.9:url 4.3.2.1:url 8.7.6.5:url
diff --git a/test/functional/configs/merged-override.conf b/test/functional/configs/merged-override.conf
index c94d8df00..09ac00584 100644
--- a/test/functional/configs/merged-override.conf
+++ b/test/functional/configs/merged-override.conf
@@ -324,6 +324,7 @@ rbl {
images = true;
content_urls = true;
rbl = "test9.uribl";
+ exclude_local = false;
}
URIBL_NOCONTENT {
rbl = "test9.uribl";
More information about the Commits
mailing list