Just a few cosmetic stuff

This commit is contained in:
Julien Malka 2023-01-26 20:55:51 +01:00
parent 86837313c2
commit 70bea781d4
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -3,7 +3,7 @@ require ["variables", "fileinto", "envelope", "subaddress", "mailbox"];
# rule:[FRnOG] # rule:[FRnOG]
if allof (header :contains "subject" "[FRnOG]") if allof (header :contains "subject" "[FRnOG]")
{ {
fileinto "INBOX.FRnOG"; fileinto "INBOX.frnog";
} }
# rule:[dn42] # rule:[dn42]
if allof (header :contains "subject" "[dn42]") if allof (header :contains "subject" "[dn42]")
@ -13,31 +13,31 @@ if allof (header :contains "subject" "[dn42]")
# rule:[Lobsters] # rule:[Lobsters]
if allof (header :is "to" "lobsters-hQ3nfqM88Q@lobste.rs") if allof (header :is "to" "lobsters-hQ3nfqM88Q@lobste.rs")
{ {
fileinto "INBOX.Lobsters"; fileinto "INBOX.lobsters";
} }
# rule:[Fosdem] # rule:[Fosdem]
if allof (header :contains "subject" "[devroom-managers]") if allof (header :contains "subject" "[devroom-managers]")
{ {
fileinto "INBOX.FOSDEM"; fileinto "INBOX.fosdem";
} }
# rule:[Promox] # rule:[Promox]
if allof (header :contains "subject" "[pve-devel]") if allof (header :contains "subject" "[pve-devel]")
{ {
fileinto "INBOX.Proxmox"; fileinto "INBOX.proxmox";
} }
# rule:[Github] # rule:[Github]
if allof (header :contains "from" "notifications@github.com") if allof (header :contains "from" "notifications@github.com")
{ {
fileinto "INBOX.Github"; fileinto "INBOX.github";
} }
# rule:[Netdata] # rule:[Netdata]
if allof (header :contains "from" "netdata") if allof (header :contains "from" "netdata")
{ {
fileinto "INBOX.Netdata"; fileinto "INBOX.netdata";
} }
#rule:[Lol] #rule:[Lol]
if header :matches "X-Original-To" "*@malka.sh" { if header :matches "X-Original-To" "*@malka.sh" {
set "name" "${1}"; set :lower "name" "${1}";
} }
if string :is "${name}" "" { if string :is "${name}" "" {