From: Alexey Date: Wed, 21 May 2014 17:51:03 +0000 (-0700) Subject: Very small fix for DNSWL rule X-Git-Tag: 0.7.0~211^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F73%2Fhead;p=rspamd.git Very small fix for DNSWL rule --- 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"; } }