From f1b347e599313585a2718d6812dbbf3841c18369 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 23 Oct 2022 17:12:07 +0300 Subject: [PATCH] Some more Google sieve rules. --- dovecot/nimrod.sieve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve index 7ccabfa..7b04036 100644 --- a/dovecot/nimrod.sieve +++ b/dovecot/nimrod.sieve @@ -97,7 +97,7 @@ elsif address :is :domain "from" ["smile.io"] { fileinto "smile"; } -elsif address :is :domain "from" ["google.com", "*.google.com"] +elsif address :is :domain "from" ["google.com", "*.google.com", "youtube.com"] { fileinto "Google"; } -- GitLab