aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/surbl.conf
diff options
context:
space:
mode:
authorkorgoth1 <vladislav.stakhov@gmail.com>2019-09-06 13:29:02 +0300
committerkorgoth1 <vladislav.stakhov@gmail.com>2019-09-06 13:29:02 +0300
commiteb35d6e29dabacbb13f2733952d98fb271303637 (patch)
treebafc58aa123bdaad967fd62779ba64de77fd89ad /test/functional/configs/surbl.conf
parentc33d98cf7705adbe73f997620e5c9bbede737c61 (diff)
downloadrspamd-eb35d6e29dabacbb13f2733952d98fb271303637.tar.gz
rspamd-eb35d6e29dabacbb13f2733952d98fb271303637.zip
[Test] WHITELIST_SURBL for check
Diffstat (limited to 'test/functional/configs/surbl.conf')
-rw-r--r--test/functional/configs/surbl.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/functional/configs/surbl.conf b/test/functional/configs/surbl.conf
index 9752dcd1f..a4f22bb9f 100644
--- a/test/functional/configs/surbl.conf
+++ b/test/functional/configs/surbl.conf
@@ -1,4 +1,7 @@
surbl {
+ "whitelist" = [
+ "rspamd-test.com"
+ ]
rules {
"RSPAMD_URIBL" {
suffix = "test.uribl";
@@ -18,7 +21,6 @@ EOD;
no_ip = true;
check_emails = true;
check_dkim = true;
-
ips = {
# spam domain
DBL_SPAM = "127.0.1.2";
@@ -26,7 +28,6 @@ EOD;
DBL_PHISH = "127.0.1.4";
}
}
-
"URIBL_MULTI" {
suffix = "test3.uribl";
check_dkim = true;