diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-05 17:26:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 17:26:29 +0000 |
commit | fb454c9cdc366fd4ae3d98b557d29e2397ccfabc (patch) | |
tree | de1f85b0e38723f2d03495aa9c22402454859813 /test/functional/configs/plugins.conf | |
parent | 598b67ccc50489063327146d204cc1ca90136d04 (diff) | |
parent | a8a6aaa9724fdaf692e6a3cebbaf51f1b52291e4 (diff) | |
download | rspamd-fb454c9cdc366fd4ae3d98b557d29e2397ccfabc.tar.gz rspamd-fb454c9cdc366fd4ae3d98b557d29e2397ccfabc.zip |
Merge pull request #3138 from korgoth1/master
[Test] Surbl IDN + punycode
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index f57314caa..1587ce584 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -540,6 +540,26 @@ options = { replies = ["127.0.0.2"]; }, { + name = "jhcszdsmo3wuj5mp8t38kdisdmr3ib3q.test.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "g9ifs3q39oh5jwru94cj7ffaqd6rfyq6.test.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "xn--80arbjktj.xn--p1ai.test2.uribl"; + type = a; + replies = ["127.0.1.2"]; + }, + { + name = "мойсайт.рф.test2.uribl"; + type = a; + replies = ["127.0.1.2"]; + }, + { name = "user.emailbl.com.test5.uribl"; type = a; replies = ["127.0.0.2"]; |