From a5c80541154fdb648f93f87d90381f4ddabe887a Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 31 Jan 2024 17:07:57 +0200 Subject: [Minor] Add more returnbits to surbl configuration --- conf/modules.d/rbl.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/modules.d') diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 79dfc84ea..ef87c4c5a 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -212,8 +212,10 @@ rbl { returnbits = { CRACKED_SURBL = 128; ABUSE_SURBL = 64; + CT_SURBL = 32; MW_SURBL_MULTI = 16; PH_SURBL_MULTI = 8; + DM_SURBL = 4; SURBL_BLOCKED = 1; } } -- cgit v1.2.3