From 81415d48c7a88262832bf086de5ba9c7399ecfa2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Feb 2024 12:30:45 +0200 Subject: [PATCH] Dovecot: File messages from WorkGenius. --- dovecot/nimrod.sieve | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve index c5d188c..fa61478 100644 --- a/dovecot/nimrod.sieve +++ b/dovecot/nimrod.sieve @@ -113,3 +113,7 @@ elsif address :is :domain "from" ["toptal.com", "*.toptal.com"] { fileinto "toptal"; } +elsif address :is :domain "from" ["workgenius.com", "*.workgenius.com"] +{ + fileinto "workgenius"; +} -- GitLab