diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-22 22:07:25 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-22 22:07:25 +0300 |
commit | 9a77fefe6512423df49bc47292994b0ed13cac4c (patch) | |
tree | b898c19406a3ba568b1bbd235a7a030edf0736fa /test/functional/configs/plugins.conf | |
parent | de0d6076198efa2c4bf7d5cf0d11b23f0664d0c5 (diff) | |
download | rspamd-9a77fefe6512423df49bc47292994b0ed13cac4c.tar.gz rspamd-9a77fefe6512423df49bc47292994b0ed13cac4c.zip |
[Test] EMAIL BL
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index cb5d50609..bb4b97e1d 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -540,6 +540,16 @@ options = { replies = ["127.0.0.2"]; }, { + name = "user.emailbl.com.test5.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "baddomain.com.test6.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { name = "example.com.test2.uribl"; type = a; replies = ["127.0.1.2"]; |