diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-15 15:33:36 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-15 15:33:36 -0400 |
commit | 6e00d65df9e79b1277676723741ad86042f0f2fa (patch) | |
tree | 2b9412a66719ca63cc2cf121db060a6dcdb6c19d /interfaces/email/interactive/_procmailrc | |
parent | 6be75eed079b67cadf5a2566c1bf86d1df258580 (diff) | |
download | bugseverywhere-6e00d65df9e79b1277676723741ad86042f0f2fa.tar.gz |
Adjusted _procmailrc to not match reply emails.
You might want to keep the output to read later ;).
Diffstat (limited to 'interfaces/email/interactive/_procmailrc')
-rw-r--r-- | interfaces/email/interactive/_procmailrc | 5 |
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 |