ASas
This commit is contained in:
parent
30e928c6e6
commit
404168143a
|
|
@ -46,6 +46,7 @@ def generate_sieve(email, rules):
|
||||||
if content_type == 'html':
|
if content_type == 'html':
|
||||||
lines.extend([
|
lines.extend([
|
||||||
f'vacation :days 1 :from "{email}" :mime text:',
|
f'vacation :days 1 :from "{email}" :mime text:',
|
||||||
|
'', # ← WICHTIG: Leerzeile nach text:
|
||||||
'Content-Type: text/html; charset=utf-8',
|
'Content-Type: text/html; charset=utf-8',
|
||||||
'',
|
'',
|
||||||
msg,
|
msg,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue