Fixed _procmailrc rules.
[be.git] / interfaces / email / interactive / _procmailrc
1 # .procmailrc
2 #
3 # see man procmail, procmailrc, and procmailex
4 #
5 # If you already have a ~/.procmailrc file, you probably only need to
6 # insert the bug-email grabbing stanza in your ~/.procmailrc.
7 #
8 # This file is released to the Public Domain.
9
10 MAILDIR=$HOME/be-mail
11 LOGFILE=$MAILDIR/procmail.log
12
13 # Grab all incoming bug emails (but not replies).  This rule eats
14 # matching emails (i.e. no further procmail processing).
15 :0
16 * ^Subject: \[be-bug
17 * !^Subject:.*\[be-bug].*Re:
18 | be-handle-mail
19
20 # Drop everything else
21 :0
22 /dev/null