From 404168143a7cd46eada3b93f84ffa3a7d08b420d Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sat, 24 Jan 2026 16:49:54 -0600 Subject: [PATCH] ASas --- DMS/sync_dynamodb_to_sieve.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DMS/sync_dynamodb_to_sieve.py b/DMS/sync_dynamodb_to_sieve.py index 7e8e9d9..bd80174 100644 --- a/DMS/sync_dynamodb_to_sieve.py +++ b/DMS/sync_dynamodb_to_sieve.py @@ -46,6 +46,7 @@ def generate_sieve(email, rules): if content_type == 'html': lines.extend([ f'vacation :days 1 :from "{email}" :mime text:', + '', # ← WICHTIG: Leerzeile nach text: 'Content-Type: text/html; charset=utf-8', '', msg,