From 6e31d572baa845c213bffec179cbbe6f0d964b6c Mon Sep 17 00:00:00 2001 From: Amy Date: Mon, 1 Aug 2022 01:13:16 -0400 Subject: [PATCH] Add warning about emails being lost (#486) Co-authored-by: Amy Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/486 Reviewed-by: Raymond Li --- content/warnings/warnings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/warnings/warnings.json b/content/warnings/warnings.json index 124d47d0..33ba9319 100644 --- a/content/warnings/warnings.json +++ b/content/warnings/warnings.json @@ -13,5 +13,10 @@ "startDate": "June 13 2022 00:00", "endDate": "June 15 2022 22:00", "message": "CSC machines will have their software updated and will momentarily go offline at 6pm EST on Wednesday, June 15, 2022" + }, + { + "startDate": "Aug 1 2022 00:00", + "endDate": "Aug 8 2022 0:00", + "message": "Emails sent from any UWaterloo address to syscom@csclub.uwaterloo.ca and exec@csclub.uwaterloo.ca are currently being lost to the void. Syscom is currently investigating this issue. If you need to email us, either do it from an email address not ending in @uwaterloo.ca. or send it to one of the following emails: systems-committee@csclub.uwaterloo.ca, executive@csclub.uwaterloo.ca" } -] \ No newline at end of file +]