From 7942c887e2c93e3501891dd0d6970b8413da6d77 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 21 May 2014 10:51:03 -0700 Subject: [PATCH] Very small fix for DNSWL rule --- conf/modules.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/modules.conf b/conf/modules.conf index e01575803..6cc0c7d15 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -153,9 +153,9 @@ rbl { received = false; unknown = true; returncodes { - RCVD_IN_DNSWL_LOW = "127.0.*.1"; - RCVD_IN_DNSWL_MED = "127.0.*.2"; - RCVD_IN_DNSWL_HI = "127.0.*.3"; + RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; + RCVD_IN_DNSWL_MED = "127.0.%d+.2"; + RCVD_IN_DNSWL_HI = "127.0.%d+.3"; } } -- 2.39.5