aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-15 15:33:36 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-15 15:33:36 -0400
commit6e00d65df9e79b1277676723741ad86042f0f2fa (patch)
tree2b9412a66719ca63cc2cf121db060a6dcdb6c19d
parent6be75eed079b67cadf5a2566c1bf86d1df258580 (diff)
downloadbugseverywhere-6e00d65df9e79b1277676723741ad86042f0f2fa.tar.gz
Adjusted _procmailrc to not match reply emails.
You might want to keep the output to read later ;).
-rw-r--r--interfaces/email/interactive/_procmailrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/interfaces/email/interactive/_procmailrc b/interfaces/email/interactive/_procmailrc
index a6de4fd..56f11e5 100644
--- a/interfaces/email/interactive/_procmailrc
+++ b/interfaces/email/interactive/_procmailrc
@@ -10,10 +10,11 @@
MAILDIR=$HOME/be-mail
LOGFILE=$MAILDIR/procmail.log
-# Grab all incoming bug emails. This rule eats matching emails
-# (i.e. no further procmail processing).
+# Grab all incoming bug emails (but not replies). This rule eats
+# matching emails (i.e. no further procmail processing).
:0
* ^Subject: [be-mail]
+* !^Subject:.*[be-bug].*Re:
| be-handle-mail
# Drop everything else