diff options
| -rw-r--r-- | hosts/saklas/default.nix | 28 |
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" = { |
