From a78a1b4267063a595af376f49e271dbb0252c0cd Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:25:15 +0800 Subject: [PATCH] Add reserved email --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index ca7ee44..e727008 100644 --- a/src/main.py +++ b/src/main.py @@ -38,6 +38,7 @@ reserved_emails = [ "dmarc.report@csuwf.com", "keycloak@csuwf.com", "wordpress-bot@csuwf.com", + "discourse-bot@csuwf.com", ] logger = getlogger()