diff --git a/config/rspamd/APKBUILD b/config/rspamd/APKBUILD index 4868be9..904218b 100644 --- a/config/rspamd/APKBUILD +++ b/config/rspamd/APKBUILD @@ -3,7 +3,7 @@ . ../APKBUILD-config.template -pkgver=2022.11.03.01 +pkgver=2022.12.31.01 pkgrel=0 _baseconf=" rspamd.conf @@ -83,7 +83,7 @@ _module() { } sha512sums=" -d8cdf558d17dd40b3875901a13fd8267f4a429bfedb4ada3267bd4e38263e773151e02be2f8f118aa23c6021ab872417b22d80c40567acab6705fb6275328dbc rspamd.conf +5a1be6f1389b44dedc2622706e5e219b5284337bb4bda4c45cc0d3f00f7bb1213db5fde5a162cbe8e9ade2f1b020f44cd5b3e32dac9dc2aac1a877f78746cdee rspamd.conf e01ab4f8c4806692f295c2a8ea18828a9df6a011c2e57d6020a325bfd23a3b2d933f8ecc0ab4c49cebf931718aecb58cf288852a036bd828d9da79ebc132ed14 composites.conf 99d6b2b173ac5b62977562bb3f2d04cf29d3d94329a4b2abc120e6cca6da79d5ac2a35a16832f62b8e1fed331b6724f21b5e1aab076bd3c57b28b2261302238a logging.conf e40a35928fe429c98301a4fd25d6fb71801ad0a78fa244423726df0bf069950756c77a1d03c77b8dcdae8eda27d3dd95ab67964fad005b90547fafb12718c28d statistic.conf diff --git a/config/rspamd/rspamd.conf b/config/rspamd/rspamd.conf index 2050c98..9da1bea 100644 --- a/config/rspamd/rspamd.conf +++ b/config/rspamd/rspamd.conf @@ -12,7 +12,7 @@ modules { options { pidfile = "$RUNDIR/rspamd.pid"; - filters = "ratelimit,mx_check,dkim,spf,arc,dmarc,maillist,fuzzy_check,chartable,phishing,rbl,hfilter,forged_recipients,greylist,redis,force_actions,milter_headers"; + filters = "ratelimit,mx_check,dkim,spf,arc,dmarc,maillist,fuzzy_check,chartable,phishing,rbl,hfilter,forged_recipients,redis,force_actions,milter_headers"; raw_mode = false; one_shot = false; map_watch_interval = 5min;