From f99246a6b7a4e5000b519a3d68b5d293a4a7b5c4 Mon Sep 17 00:00:00 2001 From: achristmascarl Date: Mon, 26 Feb 2024 14:12:01 -0500 Subject: [PATCH 1/2] add 554 5.2.121 for outlook --- data/codes/554.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/codes/554.json b/data/codes/554.json index 21237e9ba..1c0896dd2 100644 --- a/data/codes/554.json +++ b/data/codes/554.json @@ -13,6 +13,13 @@ "severity": 0, "description": "", "links": [] + }, + { + "status": "5.2.121", + "response": "smtp;554 5.2.121 The sender has exceeded the limit for the number of messages they can send to this recipient per hour. For more information go to http://go.microsoft.com/fwlink/?LinkId=526653. [#.prod.outlook.com #]", + "severity": 0, + "description": "", + "links": ["http://go.microsoft.com/fwlink/?LinkId=526653"] } ] }, From a6d4aa9d408ff0924180e750e6ff8d7faffac39f Mon Sep 17 00:00:00 2001 From: achristmascarl Date: Mon, 26 Feb 2024 14:15:49 -0500 Subject: [PATCH 2/2] add descriptions for 5.2.122 and 5.2.121 for outlook --- data/codes/554.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/codes/554.json b/data/codes/554.json index 1c0896dd2..f04023445 100644 --- a/data/codes/554.json +++ b/data/codes/554.json @@ -11,14 +11,14 @@ "status": "5.2.122", "response": "smtp;554 5.2.122 The recipient has exceeded their limit for the number of messages they can receive per hour. For more information go to http://go.microsoft.com/fwlink/?LinkId=526653. (#) [outlook.com]", "severity": 0, - "description": "", - "links": [] + "description": "The Microsoft 365 or Office 365 recipient has exceeded the number of messages they can receive per hour from all senders.", + "links": ["http://go.microsoft.com/fwlink/?LinkId=526653"] }, { "status": "5.2.121", "response": "smtp;554 5.2.121 The sender has exceeded the limit for the number of messages they can send to this recipient per hour. For more information go to http://go.microsoft.com/fwlink/?LinkId=526653. [#.prod.outlook.com #]", "severity": 0, - "description": "", + "description": "The sender has exceeded the maximum number of messages they're allowed to send per hour to a specific recipient in Exchange Online.", "links": ["http://go.microsoft.com/fwlink/?LinkId=526653"] } ]