diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-24 19:27:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-24 19:27:05 +0100 |
commit | 49852022963aba3dbce3591ac68fd2981b18710b (patch) | |
tree | ad626dc0a1c83efd813900aa3261c406323bca47 /test/functional/configs/plugins.conf | |
parent | 91443f3b8aba3abe7d0a5cef117c236a2aa8f4da (diff) | |
download | rspamd-49852022963aba3dbce3591ac68fd2981b18710b.tar.gz rspamd-49852022963aba3dbce3591ac68fd2981b18710b.zip |
[Test] Moar surbl tests
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 05ff16a1e..fdff71523 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -564,6 +564,22 @@ options = { type = a; replies = ["127.0.0.12"]; }, + { + name = "example.ru"; + type = a; + replies = ["8.8.8.8", "8.8.8.9"]; + }, + { + name = "8.8.8.8.test4.uribl"; + type = a; + replies = ["127.0.0.4", "127.0.0.11"]; + }, + { + name = "9.8.8.8.test4.uribl"; + type = a; + replies = ["127.0.0.3"]; + }, + # TODO: add IPv6 tests ]; } } |