This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +594
-412
lines changed Expand file tree Collapse file tree 6 files changed +594
-412
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.4.0] - 2023-10-25
6
+
7
+ This version introduces some breaking changes in the configuration file. Please read the [ UPGRADING.md] ( UPGRADING.md ) file for more information.
8
+
9
+ ## Added
10
+ - Built-in Spam and Phishing filter.
11
+ - Scheduled queries on some directory types.
12
+ - In-memory maps and lists containing glob or regex patterns.
13
+ - Remote retrieval of in-memory list/maps with fallback mechanisms.
14
+ - Macros and support for including files from TOML config files.
15
+
16
+ ### Changed
17
+ - ` config.toml ` is now split in multiple TOML files for better organization.
18
+ - ** BREAKING:** Configuration key prefix ` jmap.sieve ` (JMAP Sieve Interpreter) has been renamed to ` sieve.untrusted ` .
19
+ - ** BREAKING:** Configuration key prefix ` sieve ` (SMTP Sieve Interpreter) has been renamed to ` sieve.trusted ` .
20
+
21
+ ### Fixed
22
+
5
23
## [ 0.3.8] - 2023-09-19
6
24
7
25
## Added
You can’t perform that action at this time.
0 commit comments