diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-11-05 19:29:05 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-11-05 19:29:05 +0300 |
commit | bd1d6a278a614ea55d9439909acfefecce474b06 (patch) | |
tree | 2d96d6d26a8fbd0290418ff2f6fc93538cf33dbe /test/functional/configs | |
parent | a2af525bbd71f141eafadb78fa8ac8e76788bee6 (diff) | |
download | rspamd-bd1d6a278a614ea55d9439909acfefecce474b06.tar.gz rspamd-bd1d6a278a614ea55d9439909acfefecce474b06.zip |
[Test] Surbl IDN + punycode
Diffstat (limited to 'test/functional/configs')
-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"]; |