diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-10 19:49:29 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-10 19:49:29 +0100 |
commit | 21e3926656e82db81c2e35ebb8cca902643ef7ac (patch) | |
tree | b7f2e4f5173808a460e708e66d03bbf690021e26 | |
parent | 2134203c8d05c8cfbdf979119f8e4ea511d1f776 (diff) | |
download | nixos-21e3926656e82db81c2e35ebb8cca902643ef7ac.tar nixos-21e3926656e82db81c2e35ebb8cca902643ef7ac.tar.gz nixos-21e3926656e82db81c2e35ebb8cca902643ef7ac.tar.bz2 nixos-21e3926656e82db81c2e35ebb8cca902643ef7ac.tar.xz nixos-21e3926656e82db81c2e35ebb8cca902643ef7ac.zip |
...
-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-spam-status", "stat-signature"]; | 1093 | use = ["authentication-results", "x-spamd-bar", "stat-signature"]; |
1094 | ''; | 1094 | ''; |
1095 | "actions.conf".text = '' | 1095 | "actions.conf".text = '' |
1096 | reject = 150; | 1096 | reject = 150; |