nixos-config

NixOS configs for my systems
Log | Files | Refs

commit dd482bcef630445f7f58b4961621a2f6ee2b4e70
parent b978d3406df70995fbbbedad5101450f5a5c4fdb
Author: vin <vin@vineetk.net>
Date:   Fri,  3 Oct 2025 21:55:29 -0400

saklas: remove dovecot sieve (notmuch used instead)

Diffstat:
Mhosts/saklas/default.nix | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git 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" = {