Tighten score thresholds

This commit is contained in:
Alex D. 2022-06-17 15:27:47 +00:00
parent 01f7a89269
commit c245e33fb9
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2022.05.28.01
pkgver=2022.06.17.01
pkgrel=0
_baseconf="
rspamd.conf
@ -83,7 +83,7 @@ _module() {
}
sha512sums="
e697ed4add5374540a2564f41584cf39cb513a452674cb1dd43f50e5b81fc2ca735d54c0bc35ccab3a741995d1806d6be0cc0a7e90bb53c430e9fb8265588470 rspamd.conf
d8cdf558d17dd40b3875901a13fd8267f4a429bfedb4ada3267bd4e38263e773151e02be2f8f118aa23c6021ab872417b22d80c40567acab6705fb6275328dbc rspamd.conf
e01ab4f8c4806692f295c2a8ea18828a9df6a011c2e57d6020a325bfd23a3b2d933f8ecc0ab4c49cebf931718aecb58cf288852a036bd828d9da79ebc132ed14 composites.conf
99d6b2b173ac5b62977562bb3f2d04cf29d3d94329a4b2abc120e6cca6da79d5ac2a35a16832f62b8e1fed331b6724f21b5e1aab076bd3c57b28b2261302238a logging.conf
e40a35928fe429c98301a4fd25d6fb71801ad0a78fa244423726df0bf069950756c77a1d03c77b8dcdae8eda27d3dd95ab67964fad005b90547fafb12718c28d statistic.conf

View File

@ -71,6 +71,6 @@ options {
actions {
reject = 150;
add_header = 5;
greylist = 1;
add_header = 2;
greylist = 0;
}