aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/_procmailrc
blob: 58beadb992681ea0fd6eaa2f4c20931870dfd3d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# .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.

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

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

# Drop everything else
:0
/dev/null