aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/rbl.conf
diff options
context:
space:
mode:
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