Added possibility of if directive in each entry

This commit is contained in:
Spitap
2023-09-25 12:09:38 +02:00
committed by Antoine Nguyen
parent c0ca901353
commit b667636dcb
2 changed files with 22 additions and 7 deletions

View File

@@ -42,7 +42,8 @@ ConfigDictTemplate = [
"default": "rspamd",
"customizable": True,
"question": "Please select your antispam utility",
"values": ["rspamd", "amavis"]
"values": ["rspamd", "amavis"],
"if": ["antispam.enabled=true"]
}
]
},