From 24451e5d6090d7cde79f696f625105e623bf0185 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Tue, 21 Nov 2023 17:01:44 +0100 Subject: [PATCH] notification: document 'unknown' severity This is the severity used for forwarded mails, since we cannot reasonably infer a priority here. Signed-off-by: Lukas Wagner --- notifications.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.adoc b/notifications.adoc index 21e13c4..d60b2b0 100644 --- a/notifications.adoc +++ b/notifications.adoc @@ -234,7 +234,7 @@ A notification has a associated severity that can be matched. * `match-severity warning,error`: Match warnings and error The following severities are in use: -`info`, `notice`, `warning`, `error`. +`info`, `notice`, `warning`, `error`, `unknown`. Examples