[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] Quick poll: monotone-users list?
From: |
Philipp Gröschler |
Subject: |
Re: [Monotone-devel] Quick poll: monotone-users list? |
Date: |
Fri, 16 Jul 2010 17:37:01 +0200 |
User-agent: |
Thunderbird |
On 14.07.2010 14:44, Ethan Blanton wrote:
> All of that said, as discussed on IRC, a procmail recipe also solves
> my annoyance.
If you have a Sieve-enabled mailhost or -client, you could use something
like
> if anyof (
> header :regex "Subject" "\[Monotone.*\]",
> header :regex "Subject" "\[bug \#\d+\]"
> )
> {
> discard;
> stop;
> }
And don't forget to
> require ["regex",...
at the top of the Sieve script.
Just for convenience.
- Re: [Monotone-devel] Re: Quick poll: monotone-users list?, (continued)