summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index faa316c2..3d8d2584 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1090,7 +1090,7 @@ in rec {
1090 }; 1090 };
1091 locals = { 1091 locals = {
1092 "milter_headers.conf".text = '' 1092 "milter_headers.conf".text = ''
1093 use = ["authentication-results", "x-spamd-bar", "stat-signature"]; 1093 use = ["authentication-results", "x-spamd-result", "x-rspamd-queue-id", "x-rspamd-server"];
1094 ''; 1094 '';
1095 "actions.conf".text = '' 1095 "actions.conf".text = ''
1096 reject = 50; 1096 reject = 50;