From 58f1e1467c2b68a7d734c457aaa815377226f01c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 May 2012 23:37:33 -0400 Subject: tweak mail filter --- .maildirproc/default.rc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.maildirproc/default.rc b/.maildirproc/default.rc index 1661527..f49fb9b 100644 --- a/.maildirproc/default.rc +++ b/.maildirproc/default.rc @@ -232,7 +232,11 @@ def my_filters(mail): mail.move(".CompTIA") return - if is_to_or_from(mail, "@lnnorthstar.org"): + if ( + False + or is_to_or_from(mail, "@lnnorthstar.org") + or is_to_or_from(mail, "lnnorthstar.org@tigertech.net") + ): mail.move(".School.Newspaper") return -- cgit v1.2.3-2-g168b