Outright reject all lists since people don't really correct their scores, remove senderscore
This commit is contained in:
parent
2b2dfe6599
commit
b4877b7fa9
@ -3,7 +3,7 @@
|
||||
|
||||
. ../APKBUILD-config.template
|
||||
|
||||
pkgver=2022.11.01.01
|
||||
pkgver=2022.11.03.01
|
||||
pkgrel=0
|
||||
_baseconf="
|
||||
rspamd.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";
|
||||
|
Loading…
Reference in New Issue
Block a user