servo: address deprecation warning: dovecot2.sieveScripts -> sieve.scripts

This commit is contained in:
Colin 2024-02-01 15:47:56 +00:00
parent 18679cd8c3
commit 25707eb79e

View File

@ -134,9 +134,7 @@
# globalExtensions = [ "vnd.dovecot.pipe" "vnd.dovecot.environment" ];
# if any messages fail to pass (or lack) DKIM, move them to Junk
# XXX the key name ("after") is only used to order sieve execution/ordering
};
services.dovecot2.sieveScripts = {
after = builtins.toFile "ensuredkim.sieve" ''
scripts.after = builtins.toFile "ensuredkim.sieve" ''
require "fileinto";
if not header :contains "Authentication-Results" "dkim=pass" {