aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:19:14 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-22 17:19:14 -0700
commit6af6bed5b85cfa0c8b1c592de8e2fc325de66b83 (patch)
treec1f97fd562a2df3ccaf2aaa57a513d8c47a79493 /conf
parent58fa426a06a13e8008557576a5a991e2fe90ca55 (diff)
downloadrspamd-6af6bed5b85cfa0c8b1c592de8e2fc325de66b83.tar.gz
rspamd-6af6bed5b85cfa0c8b1c592de8e2fc325de66b83.zip
Add symbol for DNSWL
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.conf1
1 files changed, 1 insertions, 0 deletions
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";