This release adds a new feature to allow you to only auto-release messages to addressed recipients matching a regular expression.
In relation to this, please note that there is a small change in behavior for the existing --smtp-relay-all
which now no longer restricts recipients to the relay config's allowed-recipients
expression (if set). If you wish to restrict automatically-relayed messages then you should use the new --smtp-relay-matching
flag instead, as allowed-recipients
applies only to manually-released messages via the web UI & API.
Feature
- Option to auto relay for matching recipient expression only (#274)
- Add UI settings screen to toggle some settings and override timezone
Chore
- Auto-rotate thumbnail images based on exif data
- Replace disintegration/imaging with kovidgoyal/imaging to fix CVE-2023-36308
- Update API documentation regarding date/time searches & timezones
- Move Link check & HTML check features out of beta
- Remove deprecated --disable-html-check option
- Update Go dependencies
- Update node dependencies
- Update caniemail database
Fix
- Add delay to close database on fatal exit (#280)