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]")
{
fileinto "INBOX.frnog";
stop;
}
# rule:[dn42]
if allof (header :contains "subject" "[dn42]")
{
fileinto "INBOX.dn42";
stop;
}
# rule:[Lobsters]
if allof (header :is "to" "lobsters-hQ3nfqM88Q@lobste.rs")
{
fileinto "INBOX.lobsters";
stop;
}
# rule:[Fosdem]
if allof (header :contains "subject" "[devroom-managers]")
{
fileinto "INBOX.fosdem";
stop;
}
# rule:[Promox]
if allof (header :contains "subject" "[pve-devel]")
{
fileinto "INBOX.proxmox";
stop;
}
# rule:[Github]
if allof (header :contains "from" "notifications@github.com")
{
fileinto "INBOX.github";
stop;
}
# rule:[Netdata]
if allof (header :contains "from" "netdata")
{
fileinto "INBOX.netdata";
stop;
}
#rule:[Lol]
if header :matches "X-Original-To" "*@malka.sh" {