From 6af6bed5b85cfa0c8b1c592de8e2fc325de66b83 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 22 May 2014 17:19:14 -0700 Subject: [PATCH] Add symbol for DNSWL --- conf/modules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/modules.conf b/conf/modules.conf index cdd3e2665b..08ef12cb22 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -184,6 +184,7 @@ rbl { rbl = "list.dnswl.org"; unknown = true; returncodes { + RCVD_IN_DNSWL_NONE = "127.0.%d+.0"; 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.47.3