From 2b1c8ef092d2316f29b299048878f8d02188178e Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Thu, 30 Jul 2020 21:29:22 -0400
Subject: Avoid moving CSC cron reports to Junk

---
 lisp/bandali-gnus.el | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'lisp/bandali-gnus.el')

diff --git a/lisp/bandali-gnus.el b/lisp/bandali-gnus.el
index a5e5135..88b05bd 100644
--- a/lisp/bandali-gnus.el
+++ b/lisp/bandali-gnus.el
@@ -121,6 +121,8 @@
              (nnimap-inbox "INBOX")
              (nnimap-split-methods 'nnimap-split-fancy)
              (nnimap-split-fancy (|
+                                  ;; cron reports and other messages from root
+                                  (from "root@\\(.*\\.\\)?csclub\\.uwaterloo\\.ca" "INBOX")
                                   ;; spam
                                   ("X-Spam-Flag" "YES" "Junk")
                                   ;; catch-all
-- 
cgit v1.2.3-83-g751a