-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dbc75b
commit f58c4ba
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters