Skip to content

v0.10.3

Compare
Choose a tag to compare
@mdecimus mdecimus released this 06 Oct 19:20
· 169 commits to main since this release

[0.10.3] - 2024-10-07

To upgrade replace the stalwart-mail binary and then upgrade to the latest web-admin. Enterprise users wishing to use the new LLM-powered spam filter should also upgrade the spam filter rules.

Added

  • AI-powered Spam filtering and Sieve scripting (Enterprise feature).

Changed

  • The untrusted Sieve interpreter now has the vnd.stalwart.expressions extension enabled by default. This allows Sieve users to use the eval function to evaluate expressions in their scripts. If you would like to disable this extension, you can do so by adding vnd.stalwart.expressions to sieve.untrusted.disabled-capabilities.

Fixed

  • S3-compatible backends: Retry on 5xx errors.
  • OIDC: Include nonce parameter in id_token response.