projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6be75ee
)
Adjusted _procmailrc to not match reply emails.
author
W. Trevor King
<wking@drexel.edu>
Wed, 15 Jul 2009 19:33:36 +0000
(15:33 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 15 Jul 2009 19:33:36 +0000
(15:33 -0400)
You might want to keep the output to read later ;).
interfaces/email/interactive/_procmailrc
patch
|
blob
|
history
diff --git
a/interfaces/email/interactive/_procmailrc
b/interfaces/email/interactive/_procmailrc
index a6de4fd3dbf65d4891062a78a3b405ea5cb98f80..56f11e5b4d0cf801019d90dd899fcc975cece0d8 100644
(file)
--- 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 email
s
-# (i.e. no further procmail processing).
+# Grab all incoming bug emails
(but not replies). This rule eat
s
+#
matching emails
(i.e. no further procmail processing).
:0
* ^Subject: [be-mail]
+* !^Subject:.*[be-bug].*Re:
| be-handle-mail
# Drop everything else