summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-11 11:36:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-11 11:36:14 +0100
commitca6ba4633c5f3d9dde24392a007567cd2dadfe7b (patch)
tree06e11f9fb4fdd39415ffdba8454cd46b71423393 /ymir.nix
parent52b8bcdc0a00e29aad6a50e2d43026466bbc46a9 (diff)
downloadnixos-ca6ba4633c5f3d9dde24392a007567cd2dadfe7b.tar
nixos-ca6ba4633c5f3d9dde24392a007567cd2dadfe7b.tar.gz
nixos-ca6ba4633c5f3d9dde24392a007567cd2dadfe7b.tar.bz2
nixos-ca6ba4633c5f3d9dde24392a007567cd2dadfe7b.tar.xz
nixos-ca6ba4633c5f3d9dde24392a007567cd2dadfe7b.zip
...
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;