Remove forged address filter, many false positives

This commit is contained in:
Alex D. 2022-05-22 18:15:15 +00:00
parent 5279cf7f06
commit 3c8286fa44
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2022.05.20.04
pkgver=2022.05.22.01
pkgrel=0
_baseconf="
rspamd.conf

View File

@ -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";