Adjusted _procmailrc to not match reply emails.
authorW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 19:33:36 +0000 (15:33 -0400)
committerW. 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

index a6de4fd3dbf65d4891062a78a3b405ea5cb98f80..56f11e5b4d0cf801019d90dd899fcc975cece0d8 100644 (file)
 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