From a741489986f1968134fc3c91f80e1204151727fb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 15 Sep 2024 19:19:15 +0300 Subject: [PATCH] Dovecot: Add italent.co.il to the sieve filters. --- dovecot/nimrod.sieve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve index 8288b97..b171c4c 100644 --- a/dovecot/nimrod.sieve +++ b/dovecot/nimrod.sieve @@ -13,7 +13,7 @@ if address :is :domain "from" [ "drushim.co.il", "indeed.com", "picaro.co.il", "woo.io", "myworkday.com", "*.myworkday.com", "experteer.com", "*.experteer.com", "hunted.co.il", "remote.com", "itworks.org.il", "monster.com", "glassdoor.com", "careeralerts.data.ai", "hirely.tech", -"allstarsit.com", "x-team.com" ] +"allstarsit.com", "x-team.com", "italent.co.il" ] { fileinto "Wanted"; } -- GitLab