diff options
Diffstat (limited to '')
-rw-r--r-- | lisp/bandali-gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |