Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/domainrobot.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down