From b4877b7fa9dcb8aecbf3cd0f21853f38891a37fd Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Thu, 3 Nov 2022 19:16:51 +0000 Subject: [PATCH] Outright reject all lists since people don't really correct their scores, remove senderscore --- config/rspamd/APKBUILD | 2 +- config/rspamd/modules/force_actions.conf | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/config/rspamd/APKBUILD b/config/rspamd/APKBUILD index 4b4aee3..4868be9 100644 --- a/config/rspamd/APKBUILD +++ b/config/rspamd/APKBUILD @@ -3,7 +3,7 @@ . ../APKBUILD-config.template -pkgver=2022.11.01.01 +pkgver=2022.11.03.01 pkgrel=0 _baseconf=" rspamd.conf diff --git a/config/rspamd/modules/force_actions.conf b/config/rspamd/modules/force_actions.conf index 37f05fe..459009c 100644 --- a/config/rspamd/modules/force_actions.conf +++ b/config/rspamd/modules/force_actions.conf @@ -42,16 +42,9 @@ force_actions { } FA_RBL_SPAMHAUS_XBL_ANY { expression = "RBL_SPAMHAUS_XBL | RECEIVED_SPAMHAUS_XBL | URIBL_XBL"; - action = "soft reject"; - honor_action = ["reject"]; + action = "reject"; message = "Mail sender / contents are listed on SPAMHAUS XBL"; } - FA_RBL_SENDERSCORE { - expression = "RBL_SENDERSCORE"; - action = "soft reject"; - honor_action = ["reject"]; - message = "You are listed on Senderscore with a bad score"; - } FA_DMARC_POLICY_QUARANTINE { expression = "DMARC_POLICY_QUARANTINE"; action = "add header";