From 8a338274f784c724d842731bdd876bf25a6ba192 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Tue, 1 Oct 2024 14:15:06 +0200 Subject: [PATCH] Fix formatting --- _posts/2024-09-30-rspamd-3.10.0.md | 46 ++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/_posts/2024-09-30-rspamd-3.10.0.md b/_posts/2024-09-30-rspamd-3.10.0.md index fd64466e9..5bc8cd5ee 100644 --- a/_posts/2024-09-30-rspamd-3.10.0.md +++ b/_posts/2024-09-30-rspamd-3.10.0.md @@ -8,22 +8,37 @@ Today we have released Rspamd 3.10.0; the most important new features and fixes ## Features - #### MIME UTF8 support: - * Rspamd now correctly processes MIME UTF8 messages and doesn't penalize them - #### Support for negative group score limits - * Added the ability to set a negative group score limit using the min_score parameter. - #### Per key fuzzy ratelimit rules - * It is now possible to set specific ratelimits and expiration for individual fuzzy encryption keys - #### Detect CPU using __builtin_cpu_supports where it's possible - * More portable way in some specific configurations - #### Sender Reputation Improvements: - * Added SenderScore Reputation RBL and RPBL return codes to improve sender reputation checks. - #### Better OpenSSL 3.0 Support: - * Introduced full support for OpenSSL 3.0, including integration for DKIM (DomainKeys Identified Mail). - #### Command Additions: +#### MIME UTF8 support: + +Rspamd now correctly processes MIME UTF8 messages and doesn't penalize them + +#### Support for negative group score limits + +Added the ability to set a negative group score limit using the min_score parameter. + +#### Per key fuzzy ratelimit rules + +It is now possible to set specific ratelimits and expiration for individual fuzzy encryption keys + +#### Detect CPU using __builtin_cpu_supports where it's possible + +More portable way in some specific configurations + +#### Sender Reputation Improvements: + +Added SenderScore Reputation RBL and RPBL return codes to improve sender reputation checks. + +#### Better OpenSSL 3.0 Support: + +Introduced full support for OpenSSL 3.0, including integration for DKIM (DomainKeys Identified Mail). + +#### Command Additions: + * Added rspamadm secretbox command for secret key encryption/decryption. * Added tooling to allow string encryption in Lua scripts. - #### DMARC Enhancements: + +#### DMARC Enhancements: + * Implemented a new reporting.only_domains setting for more granular DMARC reporting. ## Fixes @@ -38,6 +53,7 @@ Today we have released Rspamd 3.10.0; the most important new features and fixes * Improved error reporting in `lua_redis` ## Rules - * Fixed and updated old rules to enhance overall system performance. + +Fixed and updated old rules to enhance overall system performance. We extend our gratitude to everyone who contributed to this release.