Skip to content

Commit

Permalink
Fix headings level
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Oct 1, 2024
1 parent b66c3b8 commit 158837c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _posts/2024-09-30-rspamd-3.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 158837c

Please sign in to comment.