stash
All checks were successful
/ test (push) Successful in 54s

This commit is contained in:
j3d1 2024-11-23 01:35:05 +01:00
parent 63e3319f0d
commit 4f93a36546
8 changed files with 8 additions and 110 deletions

View file

@ -71,7 +71,7 @@ def make_reply(reply_email, references=None, event=None):
reply["From"] = reply_email.sender
reply["To"] = reply_email.recipient
reply["Subject"] = reply_email.subject
reply["Reply-To"] = f"{event}@{MAIL_DOMAIN}"
reply["Reply-To"] = f"{event.lower()}@{MAIL_DOMAIN}"
if reply_email.in_reply_to:
reply["In-Reply-To"] = reply_email.in_reply_to
if reply_email.reference: