aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/_procmailrc
blob: d42c0cf9fa80d38c2309ddffc574648b69d045f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# .procmailrc
#
# see man procmail, procmailrc, and procmailex
#
# If you already have a ~/.procmailrc file, you probably only need to
# insert the bug-email grabbing stanza in your ~/.procmailrc.
#
# This file is released to the Public Domain.

MAILDIR=$HOME/be-mail
LOGFILE=$MAILDIR/procmail.log

# Grab all incoming bug emails (but not replies).  This rule eats
# matching emails (i.e. no further procmail processing).
:0
* ^Subject: \[be-bug
* !^Subject:.*\[be-bug].*Re:
| be-handle-mail

# Drop everything else
:0
/dev/null