diff --git a/_posts/2024-09-30-rspamd-3.10.0.md b/_posts/2024-09-30-rspamd-3.10.0.md new file mode 100644 index 000000000..0a4afb42e --- /dev/null +++ b/_posts/2024-09-30-rspamd-3.10.0.md @@ -0,0 +1,27 @@ +--- +layout: post +title: "Rspamd 3.10.0 has been released" +categories: announce +--- + +Today we have released Rspamd 3.10.0; the most important new features and fixes are highlighted below. + +## Features + + * MIME UTF8 support: Rspamd now correctly processes MIME UTF8 messages and doesn't penalize them + * Support for negative group score limits + * Per key fuzzy ratelimit rules + * Detect CPU using __builtin_cpu_supports where it's possible + +## Fixes + + * Fixes for ARC and DMARC by `@JasonStephenson` and `@spacefreak86` + * Fix Redis scripts uploading when Redis is not ready + * Fixes for Redis configuration schema + * Removed broken control block support + * Fixed DCC `rep` handling + * Fixed learning of empty tasks + * ICAP: encode constructed path to be URL safe by `@oliyks` + * Improved error reporting in `lua_redis` + +We extend our gratitude to everyone who contributed to this release. diff --git a/index.md b/index.md index 669153606..81250330c 100644 --- a/index.md +++ b/index.md @@ -14,12 +14,12 @@ title: Rspamd spam filtering system
New stable release is now available.