This commit is contained in:
Andreas Knuth 2026-01-24 16:49:54 -06:00
parent 30e928c6e6
commit 404168143a
1 changed files with 1 additions and 0 deletions

View File

@ -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,