diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-10 19:46:52 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-10 19:46:52 +0100 |
commit | 2134203c8d05c8cfbdf979119f8e4ea511d1f776 (patch) | |
tree | 158c82a1dd944329b8e481bd14e848b507dd2691 /ymir.nix | |
parent | 628e4149dc3465c909564bc4a1fd861cf6de9e99 (diff) | |
download | nixos-2134203c8d05c8cfbdf979119f8e4ea511d1f776.tar nixos-2134203c8d05c8cfbdf979119f8e4ea511d1f776.tar.gz nixos-2134203c8d05c8cfbdf979119f8e4ea511d1f776.tar.bz2 nixos-2134203c8d05c8cfbdf979119f8e4ea511d1f776.tar.xz nixos-2134203c8d05c8cfbdf979119f8e4ea511d1f776.zip |
...
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", "x-stat-signature"]; | 1093 | use = ["authentication-results", "x-spamd-bar", "x-spam-status", "stat-signature"]; |
1094 | ''; | 1094 | ''; |
1095 | "actions.conf".text = '' | 1095 | "actions.conf".text = '' |
1096 | reject = 150; | 1096 | reject = 150; |