From 70bea781d4d4235ff782a7db2efd61d2c8c6af7f Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 26 Jan 2023 20:55:51 +0100 Subject: [PATCH] Just a few cosmetic stuff --- modules/mailserver/malka-sh.sieve | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/mailserver/malka-sh.sieve b/modules/mailserver/malka-sh.sieve index 1239c58..dd89db8 100644 --- a/modules/mailserver/malka-sh.sieve +++ b/modules/mailserver/malka-sh.sieve @@ -3,7 +3,7 @@ require ["variables", "fileinto", "envelope", "subaddress", "mailbox"]; # rule:[FRnOG] if allof (header :contains "subject" "[FRnOG]") { - fileinto "INBOX.FRnOG"; + fileinto "INBOX.frnog"; } # rule:[dn42] if allof (header :contains "subject" "[dn42]") @@ -13,31 +13,31 @@ if allof (header :contains "subject" "[dn42]") # rule:[Lobsters] if allof (header :is "to" "lobsters-hQ3nfqM88Q@lobste.rs") { - fileinto "INBOX.Lobsters"; + fileinto "INBOX.lobsters"; } # rule:[Fosdem] if allof (header :contains "subject" "[devroom-managers]") { - fileinto "INBOX.FOSDEM"; + fileinto "INBOX.fosdem"; } # rule:[Promox] if allof (header :contains "subject" "[pve-devel]") { - fileinto "INBOX.Proxmox"; + fileinto "INBOX.proxmox"; } # rule:[Github] if allof (header :contains "from" "notifications@github.com") { - fileinto "INBOX.Github"; + fileinto "INBOX.github"; } # rule:[Netdata] if allof (header :contains "from" "netdata") { - fileinto "INBOX.Netdata"; + fileinto "INBOX.netdata"; } #rule:[Lol] if header :matches "X-Original-To" "*@malka.sh" { - set "name" "${1}"; + set :lower "name" "${1}"; } if string :is "${name}" "" {