summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.maildirproc/default.rc6
1 files changed, 5 insertions, 1 deletions
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