diff options
author | Andrew Lewis <nerf@judo.za.org> | 2024-01-31 17:07:57 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2024-01-31 17:07:57 +0200 |
commit | a5c80541154fdb648f93f87d90381f4ddabe887a (patch) | |
tree | e808290b89b86e249ca214286250a63065dc7e76 /conf/modules.d | |
parent | 66fde72a407311b6cb8ae3f5724573c514630b95 (diff) | |
download | rspamd-a5c80541154fdb648f93f87d90381f4ddabe887a.tar.gz rspamd-a5c80541154fdb648f93f87d90381f4ddabe887a.zip |
[Minor] Add more returnbits to surbl configuration
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/rbl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } |