summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 0f38fc14..46ed7982 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1183,6 +1183,8 @@ in rec {
1183 actions { 1183 actions {
1184 add_header = 10; 1184 add_header = 10;
1185 } 1185 }
1186
1187 rules_disabled = ["FORGED_RECIPIENTS", "RCVD_NO_TLS_LAST"];
1186 } 1188 }
1187 } 1189 }
1188 ''; 1190 '';