aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/_procmailrc
blob: a6de4fd3dbf65d4891062a78a3b405ea5cb98f80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# .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.  This rule eats matching emails
# (i.e. no further procmail processing).
:0
* ^Subject: [be-mail]
| be-handle-mail

# Drop everything else
:0
/dev/null