Skip to content

Commit

Permalink
Merge pull request #781 from fatalbanana/3ten
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
moisseev authored Oct 1, 2024
2 parents 9220706 + 8a33827 commit b66c3b8
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions _posts/2024-09-30-rspamd-3.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit b66c3b8

Please sign in to comment.