Remove URIBL_GREY from rejections
This commit is contained in:
parent
0a146c481e
commit
c08f96b5a9
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
. ../APKBUILD-config.template
|
. ../APKBUILD-config.template
|
||||||
|
|
||||||
pkgver=2022.06.17.01
|
pkgver=2022.11.01.01
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
_baseconf="
|
_baseconf="
|
||||||
rspamd.conf
|
rspamd.conf
|
||||||
|
@ -52,12 +52,6 @@ force_actions {
|
|||||||
honor_action = ["reject"];
|
honor_action = ["reject"];
|
||||||
message = "You are listed on Senderscore with a bad score";
|
message = "You are listed on Senderscore with a bad score";
|
||||||
}
|
}
|
||||||
FA_URIBL_GREY {
|
|
||||||
expression = "URIBL_GREY";
|
|
||||||
action = "soft reject";
|
|
||||||
honor_action = ["reject"];
|
|
||||||
message = "You are listed on URIBL grey";
|
|
||||||
}
|
|
||||||
FA_DMARC_POLICY_QUARANTINE {
|
FA_DMARC_POLICY_QUARANTINE {
|
||||||
expression = "DMARC_POLICY_QUARANTINE";
|
expression = "DMARC_POLICY_QUARANTINE";
|
||||||
action = "add header";
|
action = "add header";
|
||||||
|
Loading…
Reference in New Issue
Block a user