mail-server/dovecot.nix: fix indentation
This commit is contained in:
parent
a12c42bdfb
commit
717dc36048
1 changed files with 35 additions and 36 deletions
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue