Another fix

This commit is contained in:
Julien Malka 2023-01-27 00:06:28 +01:00
parent f0e020a353
commit 7660ac1654
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -4,36 +4,43 @@ require ["variables", "fileinto", "envelope", "subaddress", "mailbox"];
if allof (header :contains "subject" "[FRnOG]") if allof (header :contains "subject" "[FRnOG]")
{ {
fileinto "INBOX.frnog"; fileinto "INBOX.frnog";
stop;
} }
# rule:[dn42] # rule:[dn42]
if allof (header :contains "subject" "[dn42]") if allof (header :contains "subject" "[dn42]")
{ {
fileinto "INBOX.dn42"; fileinto "INBOX.dn42";
stop;
} }
# 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";
stop;
} }
# rule:[Fosdem] # rule:[Fosdem]
if allof (header :contains "subject" "[devroom-managers]") if allof (header :contains "subject" "[devroom-managers]")
{ {
fileinto "INBOX.fosdem"; fileinto "INBOX.fosdem";
stop;
} }
# rule:[Promox] # rule:[Promox]
if allof (header :contains "subject" "[pve-devel]") if allof (header :contains "subject" "[pve-devel]")
{ {
fileinto "INBOX.proxmox"; fileinto "INBOX.proxmox";
stop;
} }
# 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";
stop;
} }
# rule:[Netdata] # rule:[Netdata]
if allof (header :contains "from" "netdata") if allof (header :contains "from" "netdata")
{ {
fileinto "INBOX.netdata"; fileinto "INBOX.netdata";
stop;
} }
#rule:[Lol] #rule:[Lol]
if header :matches "X-Original-To" "*@malka.sh" { if header :matches "X-Original-To" "*@malka.sh" {