v0.9.4

stalwartlabs/stalwartv0.9.4Sep 9, 2024by mdecimus

AI Summary

Enhances Sieve scripting with global scripts and allows localhost to bypass HTTP access controls to prevent lockouts.

Key Highlights

  • Support for global Sieve scripts
  • Allow localhost to override HTTP access controls
  • Sieve runtime error default log level changed to debug
  • Fixed INBOX case sensitivity in Sieve

New Features

  • Global Sieve scripts
  • Localhost access override
  • Enhanced Sieve debugging

Full Release Notes

## [0.9.4] - 2024-09-09

To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin.

## Added
- Support for global Sieve scripts that can be used by users to filter their incoming mail.
- Allow localhost to override HTTP access controls to prevent lockouts.

### Changed
- Sieve runtime error default log level is now `debug`.

### Fixed
- Ignore INBOX case on Sieve's `fileinto` (#725)
- Local keys parsing and retrieval issues.
- Lookup reload does not include database settings.
- Account count is incorrect.