From 6304217d1887a21b0923d27a9c6083c01c1c327f Mon Sep 17 00:00:00 2001
From: Philipp Preuss
Date: Thu, 5 Dec 2024 15:10:33 +0100
Subject: [PATCH] fix greylist type enum to boolean
---
src/domainrobot.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/domainrobot.json b/src/domainrobot.json
index 612ccc0..4481042 100644
--- a/src/domainrobot.json
+++ b/src/domainrobot.json
@@ -32162,9 +32162,8 @@
"$ref" : "#/definitions/ProtectionConstants"
},
"greylisting" : {
- "type" : "string",
- "description" : "If greylisting is activated, the first email from an unknown sender is rejected at first. Mails from this sender will only be accepted after a further delayed delivery attempt.",
- "enum" : [ "ENABLED", "DISABLED" ]
+ "type" : "boolean",
+ "description" : "If greylisting is activated, the first email from an unknown sender is rejected at first. Mails from this sender will only be accepted after a further delayed delivery attempt."
},
"virus" : {
"type" : "string",