diff --git a/email_handler.py b/email_handler.py index e356f4c6..9c4d3f00 100644 --- a/email_handler.py +++ b/email_handler.py @@ -379,7 +379,6 @@ def forward_email_to_mailbox( user, ) -> (bool, str): LOG.d("Forward %s -> %s -> %s", contact, alias, mailbox) - spam_check = True is_spam, spam_status = get_spam_info(msg) if is_spam: LOG.warning("Email detected as spam. Alias: %s, from: %s", alias, contact)