diff --git a/dovecot/nimrod.sieve b/dovecot/nimrod.sieve
index c5d188c8ddbb53c09863437cc7fd85e50448ccbc..fa6147842583dd1a6d5c6e883450db30f061c48a 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";
+}