From bfb9afdb2b4678b95e3f97e830a50025161b7b5d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 10 Mar 2022 23:44:34 +0200
Subject: [PATCH] Some updates to the sieve filters.

---
 dovecot/nimrod.sieve | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve
index 41b9db3..f1d8ff4 100644
--- a/dovecot/nimrod.sieve
+++ b/dovecot/nimrod.sieve
@@ -12,7 +12,7 @@ if address :is :domain "from" [ "drushim.co.il", "indeed.com", "picaro.co.il",
 "gun.io", "lever.co", "*.lever.co", "logica-it.co.il", "lever.co", "*.lever.co",
 "woo.io", "myworkday.com", "*.myworkday.com", "experteer.com",
 "*.experteer.com", "hunted.co.il", "remote.com", "itworks.org.il",
-"monster.com" ]
+"monster.com", "glassdoor.com" ]
 {
 	fileinto "Wanted";
 }
@@ -45,11 +45,16 @@ elsif anyof (address :is :domain "from" [ "travelbird.be", "nitzan-hr.com",
 }
 elsif address :is :domain "from" [ "startcom.org", "davidcpa.co.il",
 "icount.co.il", "10ten.co.il", "greeninvoices.co.il", "twilio.com",
-"*.twilio.com", "he-cpa.co.il", "greeninvoice.co.il", "messagebird.com" ]
+"*.twilio.com", "he-cpa.co.il", "greeninvoice.co.il", "messagebird.com",
+"letsdeel.com", "deel.support" ]
 {
 	fileinto "Shore";
 }
-elsif address :is "to" [ "abuse@shore.co.il", "clamav@shore.co.il", "ftp@shore.co.il", "hostmaster@shore.co.il", "mailer-daemon@shore.co.il", "news@shore.co.il", "nobody@shore.co.il", "noc@shore.co.il", "postmaster@shore.co.il", "root@shore.co.il", "security@shore.co.il", "usenet@shore.co.il", "webmaster@shore.co.il", "www@shore.co.il" ]
+elsif address :is "to" [ "abuse@shore.co.il", "clamav@shore.co.il",
+"ftp@shore.co.il", "hostmaster@shore.co.il", "mailer-daemon@shore.co.il",
+"news@shore.co.il", "nobody@shore.co.il", "noc@shore.co.il",
+"postmaster@shore.co.il", "root@shore.co.il", "security@shore.co.il",
+"usenet@shore.co.il", "webmaster@shore.co.il", "www@shore.co.il" ]
 {
 	fileinto "Root";
 }
@@ -87,7 +92,7 @@ elsif address :is :domain "from" ["expertlead.de", "expertlead.com", "expertlead
 {
     fileinto "expertlead";
 }
-elsif address :is :domain "from" ["smile.io", "letsdeel.com", "deel.support"]
+elsif address :is :domain "from" ["smile.io"]
 {
     fileinto "smile";
 }
-- 
GitLab