blob: cf9649a1cd8f808375967084e5e1d8c13568cb78 (
plain) (
tree)
|
|
# Copyright (C) 2009-2012 Chris Ball <cjb@laptop.org>
# Gianluca Montecchi <gian@grys.it>
# W. Trevor King <wking@tremily.us>
#
# This file is part of Bugs Everywhere.
#
# Bugs Everywhere is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option) any
# later version.
#
# Bugs Everywhere is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>.
# .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 (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
|