Merge pull request #30 from eqyiel/dovecot-indentation

mail-server/dovecot.nix: fix indentation
This commit is contained in:
Robin Raymond 2017-11-13 15:07:08 +01:00 committed by GitHub
commit b7c8c4ec3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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