Remove URIBL_GREY from rejections

This commit is contained in:
Alex D. 2022-11-01 12:51:33 +00:00
parent 0a146c481e
commit c08f96b5a9
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 1 additions and 7 deletions

View File

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

View File

@ -52,12 +52,6 @@ force_actions {
honor_action = ["reject"];
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 {
expression = "DMARC_POLICY_QUARANTINE";
action = "add header";