From: Alexey Date: Fri, 23 May 2014 00:19:14 +0000 (-0700) Subject: Add symbol for DNSWL X-Git-Tag: 0.7.0~208^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6af6bed5b85cfa0c8b1c592de8e2fc325de66b83;p=rspamd.git Add symbol for DNSWL --- diff --git a/conf/modules.conf b/conf/modules.conf index cdd3e2665..08ef12cb2 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";