summaryrefslogtreecommitdiff
path: root/.config/maildirproc/purdue.rc
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 22:38:56 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 22:38:56 -0500
commita12f3189bcf6d2cf277acfa7824961b158bd57e6 (patch)
treef90abee14a9ba0918de7171c9223fd7079e29b41 /.config/maildirproc/purdue.rc
parent8d5402c81566b7dbef4839a78b5cb2623b9857a0 (diff)
stuff
Diffstat (limited to '.config/maildirproc/purdue.rc')
-rw-r--r--.config/maildirproc/purdue.rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/maildirproc/purdue.rc b/.config/maildirproc/purdue.rc
index 7b75d7c..61c264c 100644
--- a/.config/maildirproc/purdue.rc
+++ b/.config/maildirproc/purdue.rc
@@ -79,6 +79,7 @@ def my_filters(mail):
or is_to_or_from(mail, "@duke-energy.com")
or is_to_or_from(mail, "@alerts.comcast.net")
or is_to_or_from(mail, "rentpayment.com")
+ or is_to_or_from(mail, "@vectren.com")
):
mail.move("INBOX.housing.BeauJardin")
return
@@ -214,7 +215,11 @@ def my_filters(mail):
mail.move("INBOX.classes.2014-2.MA416")
return
# PHYS221
- if (is_to_or_from(mail, "cui@purdue.edu") or is_to_or_from(mail, "china@purdue.edu")):
+ if (False
+ or is_to_or_from(mail, "cui@purdue.edu")
+ or is_to_or_from(mail, "shina@purdue.edu")
+ or is_to_or_from(mail, "ajith@purdue.edu")
+ ):
mail.move("INBOX.classes.2014-2.PHYS221")
return
handle_mapping = {