From 86ec53cef098fc634877d81523ad2219d2db9d3c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 29 Jul 2024 17:06:17 +0300 Subject: [PATCH] Add x-team.com to the sieve rules. --- dovecot/nimrod.sieve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve index 701d2be..8288b97 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" ] +"allstarsit.com", "x-team.com" ] { fileinto "Wanted"; } -- GitLab