From b39d73d775b3b66877e2d481941bd6917166ffdc Mon Sep 17 00:00:00 2001 From: Guillaume Seren Date: Tue, 20 Jun 2023 17:09:55 +0200 Subject: [PATCH] Upgrade NEWS.md for 3.1.0 Signed-off-by: Guillaume Seren --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6a78d93..0372aef 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,21 @@ Python 3.6 support dropped afew stopped supporting the older python version 3.6. +Handle DMARC report with empty spf or dkim XML nodes + +DMARC Filter: allow to define subject regexp + + Some DMARC report mail subject have a prefix before "Dmarc Report" in + the subject and where not checked by the plugin. + Afew now allows the user to define the suject regexp in the config file. + +Get notmuch database path using Database wrapper + + This allows FolderNameFilter to work with a relative path in database.path of notmuch config file. + +HeaderMatchingFilter: do not convert user supplied tags + + This prevent afew to lowercase the tags defined by the user, allowing to have non lowercase tags. afew 3.0.0 (2020-03-10) =======================