aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/rbl.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-15 20:18:55 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-15 20:18:55 +0000
commit7048dc0475ca9e689fe38c9688774b33c1c9ecee (patch)
tree2c9474a620a928ad128e19e61ae933e6dadf7e09 /test/functional/configs/rbl.conf
parentf0325fc58b093d49dbfbed07332a31d2e8332c6e (diff)
downloadrspamd-7048dc0475ca9e689fe38c9688774b33c1c9ecee.tar.gz
rspamd-7048dc0475ca9e689fe38c9688774b33c1c9ecee.zip
[Test] Rbl: Add some tests for RBL module
Diffstat (limited to 'test/functional/configs/rbl.conf')
-rw-r--r--test/functional/configs/rbl.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/functional/configs/rbl.conf b/test/functional/configs/rbl.conf
new file mode 100644
index 000000000..15106548b
--- /dev/null
+++ b/test/functional/configs/rbl.conf
@@ -0,0 +1,16 @@
+rbl {
+ rbls {
+ fake {
+ from = true;
+ ipv4 = true;
+ ipv6 = true;
+ rbl = "fake.rbl";
+ symbol = "FAKE_RBL_UNKNOWN";
+ unknown = true;
+ returncodes = {
+ "FAKE_RBL_CODE_2" = "127.0.0.2";
+ "FAKE_RBL_CODE_3" = "127.0.0.3";
+ }
+ }
+ }
+} \ No newline at end of file