From 158837cb98008722fd3dc28c2073d9442ff69953 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 1 Oct 2024 15:35:44 +0300 Subject: [PATCH] Fix headings level --- _posts/2024-09-30-rspamd-3.10.0.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_posts/2024-09-30-rspamd-3.10.0.md b/_posts/2024-09-30-rspamd-3.10.0.md index 5bc8cd5ee..f6ee71e68 100644 --- a/_posts/2024-09-30-rspamd-3.10.0.md +++ b/_posts/2024-09-30-rspamd-3.10.0.md @@ -8,36 +8,36 @@ Today we have released Rspamd 3.10.0; the most important new features and fixes ## Features -#### MIME UTF8 support: +### MIME UTF8 support: Rspamd now correctly processes MIME UTF8 messages and doesn't penalize them -#### Support for negative group score limits +### 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 +### 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 +### Detect CPU using __builtin_cpu_supports where it's possible More portable way in some specific configurations -#### Sender Reputation Improvements: +### Sender Reputation Improvements: Added SenderScore Reputation RBL and RPBL return codes to improve sender reputation checks. -#### Better OpenSSL 3.0 Support: +### Better OpenSSL 3.0 Support: Introduced full support for OpenSSL 3.0, including integration for DKIM (DomainKeys Identified Mail). -#### Command Additions: +### 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.