From dd482bcef630445f7f58b4961621a2f6ee2b4e70 Mon Sep 17 00:00:00 2001 From: vin Date: Fri, 3 Oct 2025 21:55:29 -0400 Subject: saklas: remove dovecot sieve (notmuch used instead) --- hosts/saklas/default.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/hosts/saklas/default.nix b/hosts/saklas/default.nix index bd738ca..52f0a90 100644 --- a/hosts/saklas/default.nix +++ b/hosts/saklas/default.nix @@ -392,34 +392,6 @@ "kar@13f0.net" = { hashedPasswordFile = config.age.secrets.email_13f0.path; aliases = [ "@13f0.net" ]; - sieveScript = '' - require [ "fileinto", "mailbox" ]; - - if address :matches [ "to", "cc" ] "announce@openbsd.org" { - fileinto :create "openbsd_announce"; - stop; - } - if address :matches [ "to", "cc" ] "arm@openbsd.org" { - fileinto :create "openbsd_arm"; - stop; - } - if address :matches [ "to", "cc" ] "misc@openbsd.org" { - fileinto :create "openbsd_misc"; - stop; - } - if address :matches [ "to", "cc" ] "misc@opensmtpd.org" { - fileinto :create "opensmtpd_misc"; - stop; - } - if address :matches [ "to", "cc" ] "oss-security@lists.openwall.com" { - fileinto :create "oss_security"; - stop; - } - if address :matches [ "to", "cc" ] "tuhs@tuhs.org" { - fileinto :create "tuhs"; - stop; - } - ''; }; "vineet@vinbiz.ca" = { -- cgit v1.2.3