Updated Internal in CHANGELOG

This commit is contained in:
Frugan 2024-02-08 16:40:14 +01:00
parent ee9ce74e2f
commit fff83e9dd7
No known key found for this signature in database
GPG Key ID: ADE64925C1D2D6C4
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ The most noteworthy change of this release is the update of the container's base
- **Environment Variables:**
- `ONE_DIR` has been removed (legacy ENV) ([#3840](https://github.com/docker-mailserver/docker-mailserver/pull/3840))
- It's only functionality remaining was to opt-out of run-time state consolidation with `ONE_DIR=0` (_when a volume was already mounted to `/var/mail-state`_).
- **Internal:**
- Used a more updated version of `whitelist_clients` directly from `postgrey`'s GitHub repository https://github.com/schweikert/postgrey, rather than from its website https://postgrey.schweikert.ch.
- **Tests:**
- Refactored helper methods for sending e-mails with specific `Message-ID` headers and the helpers for retrieving + filtering logs, which together help isolate logs relevant to specific mail when multiple mails have been processed within a single test. ([#3786](https://github.com/docker-mailserver/docker-mailserver/pull/3786))
- **Rspamd**: