Skip to content

Commit

Permalink
Add a post about Rspamd 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Oct 1, 2024
1 parent 6dbc75b commit f58c4ba
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions _posts/2024-09-30-rspamd-3.10.0.md
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.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ title: Rspamd spam filtering system
<div class="container-fluid w-auto mx-2">
<div class="row news-row rounded-3 mx-auto my-4 p-3">
<div class="col-12 col-sm-10">
<h3 style="margin: 0px;">News: Rspamd 3.9.0 has been released</h3>
<span class="date"><small>2024-07-12</small></span>
<h3 style="margin: 0px;">News: Rspamd 3.10.0 has been released</h3>
<span class="date"><small>2024-09-30</small></span>
<p style="margin-bottom: 0px; margin-top: 5px">New stable release is now available.</p>
</div>
<div class="col-12 col-sm-2 d-flex justify-content-end align-items-end">
<a class="btn btn-primary mb-2" href="{{ site.baseurl }}/announce/2024/07/12/rspamd-3.9.0.html">Learn more&nbsp;<i class="fa-solid fa-chevron-right"></i></a>
<a class="btn btn-primary mb-2" href="{{ site.baseurl }}/announce/2024/09/30/rspamd-3.10.0.html">Learn more&nbsp;<i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<div class="row news-row rounded-3 mx-auto my-4 p-3">
Expand Down

0 comments on commit f58c4ba

Please sign in to comment.