Gentoo Archives: gentoo-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] stripping out the DO NOT REPLY from bugzie emails
Date: Sat, 29 Sep 2007 10:11:33
Message-Id: 20070929095833.GA14360@gentoo.org
In Reply to: [gentoo-dev] stripping out the DO NOT REPLY from bugzie emails by Andrew Gaffney
1 On 28-09-2007 18:31:06 -0500, Andrew Gaffney wrote:
2 > It seems that not everybody loves the new "DO NOT REPLY TO THIS EMAIL"
3 > header at the top of every bugzie email as much as robbat2 does. Because of
4 > that, robbat2, KingTaco, and I came up with a procmail recipe that uses sed
5 > to filter that new message out of bugzie emails.
6 >
7 > This has not actually been tested on incoming mails, so it may rape/eat
8 > your dog/sister. Enjoy.
9 >
10 > # Strip out DO NOT REPLY lines from bugzie emails
11 > :0 Hfw
12 > * ^From: bugzilla-daemon@g.o
13 > | sed -e '/^DO NOT REPLY TO THIS EMAIL/,+2d'
14
15 Thanks.
16
17 Most annoying is the many empty lines for normal comment mails that were
18 added. You *must* scroll down now to just read the contents. Just
19 removing those from the template (like it used to be, and is for the
20 other kind of mails) would already help a lot.
21
22
23 --
24 Fabian Groffen
25 Gentoo on a different level
26 --
27 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] stripping out the DO NOT REPLY from bugzie emails "Robin H. Johnson" <robbat2@g.o>