mail-fetcher: add some more rules

This commit is contained in:
Ingolf Wagner 2020-03-06 00:11:36 +08:00
parent eb837a18a5
commit 3e8d995221
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -388,6 +388,10 @@
query = "from:landr.com"; query = "from:landr.com";
tags = [ "+landr" "+music" ]; tags = [ "+landr" "+music" ];
} }
{
query = "tag:landr and tag:billing";
tags = [ "+billing" ];
}
{ {
query = "from:codepen.io"; query = "from:codepen.io";
tags = [ "+junk" "-unread" "-inbox" ]; tags = [ "+junk" "-unread" "-inbox" ];
@ -564,16 +568,20 @@
query = "from:limebike.com AND (subject:Funds OR subject:Receipt)"; query = "from:limebike.com AND (subject:Funds OR subject:Receipt)";
tags = [ "-inbox" "-unread" "+billing" "+limebike" ]; tags = [ "-inbox" "-unread" "+billing" "+limebike" ];
} }
{
query = "from:hetzner.com OR from:hetzner.de";
tags = [ "+hetzner" ];
}
{ {
query = "from:freemusicarchive.org"; query = "from:freemusicarchive.org";
tags = [ "+FMA" ]; tags = [ "+FMA" ];
} }
{ {
query = "from:namecheap.com"; query = "from:namecheap.com and subject:auto-renewal";
tags = [ "+namecheap" "+billing" ];
}
{
query = "from:namecheap.com and subject:order";
tags = [ "+namecheap" "+billing" ];
}
{
query = "tag:namecheap.com and tag:billing and body:gaykraft.com";
tags = [ "+namecheap" "+billing" ]; tags = [ "+namecheap" "+billing" ];
} }
{ {
@ -654,12 +662,19 @@
query = "from:amazon.de OR from:amazon.com AND NOT to:renoise.com"; query = "from:amazon.de OR from:amazon.com AND NOT to:renoise.com";
tags = [ "+shop" "+amazon" "+billing" ]; tags = [ "+shop" "+amazon" "+billing" ];
} }
{
query = "from:hetzner.com OR from:hetzner.de";
tags = [ "+hetzner" ];
}
{ {
query = query =
"to:renoise.com AND NOT ( from:renoise.com OR from:root OR from:hetzner.com OR from:hetzner.de OR from:amazon.com OR from:gmail.com )"; "to:renoise.com AND NOT ( from:renoise.com OR from:root OR from:hetzner.com OR from:hetzner.de OR from:amazon.com OR from:gmail.com )";
tags = [ "-inbox" "-unread" "+junk" "+renoise" ]; tags = [ "-inbox" "-unread" "+junk" "+renoise" ];
} }
{
query = "tag:hetzner and subject:Invoice";
tags = [ "+billing" ];
}
# final rules to make imap sync stuff easier # final rules to make imap sync stuff easier
# there can only be one output folder tag, and theses rules are prioritized # there can only be one output folder tag, and theses rules are prioritized
{ {