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,