From 3f83c2f80c545daeb858801cbef6ad7c5a9c5198 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 16 Dec 2018 17:10:50 +0000 Subject: [Test] Rbl: Add received and whitelists tests --- test/functional/configs/plugins.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/functional/configs/plugins.conf') diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index c881e972e..d7a5b009c 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -497,6 +497,16 @@ options = { type = "a"; replies = ["127.0.0.2", "127.0.0.3"]; }, + { + name = "4.2.3.4.fake.rbl"; + type = "a"; + replies = ["127.0.0.2"]; + }, + { + name = "4.2.3.4.fake.wl"; + type = "a"; + replies = ["127.0.0.2"]; + }, { name = "4.3.2.1.fake.rbl"; type = "a"; -- cgit v1.2.3