diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-06 13:29:02 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-06 13:29:02 +0300 |
commit | eb35d6e29dabacbb13f2733952d98fb271303637 (patch) | |
tree | bafc58aa123bdaad967fd62779ba64de77fd89ad /test/functional/configs/surbl.conf | |
parent | c33d98cf7705adbe73f997620e5c9bbede737c61 (diff) | |
download | rspamd-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.conf | 5 |
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; |