summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-10-03 21:55:29 -0400
committervin <vin@vineetk.net>2025-10-03 21:59:23 -0400
commitdd482bcef630445f7f58b4961621a2f6ee2b4e70 (patch)
tree52d924f73109d1ac178d549f54066bb6b198472d /hosts
parentb978d3406df70995fbbbedad5101450f5a5c4fdb (diff)
saklas: remove dovecot sieve (notmuch used instead)
Diffstat (limited to 'hosts')
-rw-r--r--hosts/saklas/default.nix28
1 files changed, 0 insertions, 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 @@
392 "kar@13f0.net" = { 392 "kar@13f0.net" = {
393 hashedPasswordFile = config.age.secrets.email_13f0.path; 393 hashedPasswordFile = config.age.secrets.email_13f0.path;
394 aliases = [ "@13f0.net" ]; 394 aliases = [ "@13f0.net" ];
395 sieveScript = ''
396 require [ "fileinto", "mailbox" ];
397
398 if address :matches [ "to", "cc" ] "announce@openbsd.org" {
399 fileinto :create "openbsd_announce";
400 stop;
401 }
402 if address :matches [ "to", "cc" ] "arm@openbsd.org" {
403 fileinto :create "openbsd_arm";
404 stop;
405 }
406 if address :matches [ "to", "cc" ] "misc@openbsd.org" {
407 fileinto :create "openbsd_misc";
408 stop;
409 }
410 if address :matches [ "to", "cc" ] "misc@opensmtpd.org" {
411 fileinto :create "opensmtpd_misc";
412 stop;
413 }
414 if address :matches [ "to", "cc" ] "oss-security@lists.openwall.com" {
415 fileinto :create "oss_security";
416 stop;
417 }
418 if address :matches [ "to", "cc" ] "tuhs@tuhs.org" {
419 fileinto :create "tuhs";
420 stop;
421 }
422 '';
423 }; 395 };
424 396
425 "vineet@vinbiz.ca" = { 397 "vineet@vinbiz.ca" = {