Fixup rspamd disabled.conf deployment message

This commit is contained in:
link2xt
2024-01-14 08:45:39 +00:00
parent 5366df8dc6
commit 95de87a325

View File

@@ -333,7 +333,7 @@ def _configure_rspamd(dkim_selector: str, mail_domain: str) -> bool:
for module in ["phishing", "rbl", "hfilter", "ratelimit"]:
disabled_module_conf = files.put(
name="disable phishing rspamd plugin",
name=f"disable {module} rspamd plugin",
src=importlib.resources.files(__package__).joinpath("rspamd/disabled.conf"),
dest=f"/etc/rspamd/local.d/{module}.conf",
user="root",