mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
Another fix
This commit is contained in:
parent
f0e020a353
commit
7660ac1654
1 changed files with 7 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Reference in a new issue