From 3c8286fa441e5443e4547e761fc35f9d688f66e5 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sun, 22 May 2022 18:15:15 +0000 Subject: [PATCH] Remove forged address filter, many false positives --- config/rspamd/APKBUILD | 2 +- config/rspamd/modules/force_actions.conf | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config/rspamd/APKBUILD b/config/rspamd/APKBUILD index 734eebc..463a43d 100644 --- a/config/rspamd/APKBUILD +++ b/config/rspamd/APKBUILD @@ -3,7 +3,7 @@ . ../APKBUILD-config.template -pkgver=2022.05.20.04 +pkgver=2022.05.22.01 pkgrel=0 _baseconf=" rspamd.conf diff --git a/config/rspamd/modules/force_actions.conf b/config/rspamd/modules/force_actions.conf index 29b1fbd..a305bd9 100644 --- a/config/rspamd/modules/force_actions.conf +++ b/config/rspamd/modules/force_actions.conf @@ -20,11 +20,6 @@ force_actions { action = "reject"; message = "ARC failed"; } - FA_FORGED_ANY { - expression = "FORGED_SENDER | FORGED_RECIPIENTS"; - action = "reject"; - message = "You may not send mails with a forged/modified sender/reciever here."; - } FA_RBL_SPAMHAUS_DBL_ANY { expression = "DBL_SPAM | DBL_PHISH | DBL_MALWARE | DBL_BOTNET | DBL_ABUSE | DBL_ABUSE_PHISH | DBL_ABUSE_MALWARE | DBL_ABUSE_BOTNET"; action = "reject";