From 891740056263780cf7dd7b8746965342722cb294 Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:07:08 +0800 Subject: [PATCH] Add more reserved email --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index bea4ae8..ca7ee44 100644 --- a/src/main.py +++ b/src/main.py @@ -37,6 +37,7 @@ reserved_emails = [ "nextcloud-bot@csuwf.com", "dmarc.report@csuwf.com", "keycloak@csuwf.com", + "wordpress-bot@csuwf.com", ] logger = getlogger()