From 4862f282448f769e5962f5a8e30f751da365b4ed Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 7 Feb 2023 11:05:17 +0200
Subject: [PATCH] Some sieve rules updates.

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

diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve
index f691f3b..c5d188c 100644
--- a/dovecot/nimrod.sieve
+++ b/dovecot/nimrod.sieve
@@ -16,6 +16,10 @@ if address :is :domain "from" [ "drushim.co.il", "indeed.com", "picaro.co.il",
 {
 	fileinto "Wanted";
 }
+elsif address :is "from" [ "workatastartup@ycombinator.com" ]
+{
+    fileinto "Wanted";
+}
 elsif anyof (
     address :is :domain "from" [ "community.popcorncomputer.com", "puppet.com",
 "devopsdays.org", "teleticket.co.il", "puppetlabs.com", "drivehq.com",
-- 
GitLab