From bb6e2a35caa0632e3a880d265bd8abe0d773e595 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 27 Aug 2020 10:16:13 +0200 Subject: [PATCH] send at max 1 email / day for the cycle email issue --- email_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/email_handler.py b/email_handler.py index 0b3f8695..a00c783a 100644 --- a/email_handler.py +++ b/email_handler.py @@ -408,6 +408,7 @@ def handle_email_sent_to_ourself(alias, mailbox, msg: Message, user): mailbox=mailbox, refused_email_url=refused_email_url, ), + max_alert_24h=1, )