From 902480fcb975912222ebf4a4b5972ec23948a412 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Tue, 18 Jul 2023 12:04:05 -0400 Subject: Keep DKIM and X-Developer headers These headers carry important end-to-end signatures, so do not strip them when processing archives. Signed-off-by: Konstantin Ryabitsev --- list-archive-maker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/list-archive-maker.py b/list-archive-maker.py index c619ede..ad2f049 100755 --- a/list-archive-maker.py +++ b/list-archive-maker.py @@ -61,6 +61,8 @@ WANTHDRS = {'return-path', 'errors-to', 'x-mailing-list', 'resent-to', + 'dkim-*', + 'x-developer-*', } __VERSION__ = '2.0' -- cgit 1.2.3-korg