mail-server/dovecot.nix: fix indentation

This commit is contained in:
Ruben Maher 2017-11-13 20:20:38 +10:30
parent a12c42bdfb
commit 717dc36048

View file

@ -41,8 +41,7 @@ in
protocols = [ "sieve" ];
sieveScripts = {
before = builtins.toFile "spam.sieve"
''
before = builtins.toFile "spam.sieve" ''
require "fileinto";
if header :is "X-Spam" "Yes" {