[#67346] Future of test suites for Ruby — Charles Oliver Nutter <headius@...>

I'll try to be brief so we can discuss all this. tl;dr: RubySpec is

19 messages 2015/01/05

[ruby-core:67773] Re: Preventing Redundant Email Messages

From: Eric Wong <normalperson@...>
Date: 2015-01-23 21:12:27 UTC
List: ruby-core #67773
Jeremy Evans <code@jeremyevans.net> wrote:
> I'm guessing that the scenario is: Eric responds to an email, and there
> is a program running which takes his response, updates a ticket, and
> updating a ticket sends out another response.

Correct.

> Assuming that is the case, is there any way to avoid this?

AFAIK, this only started happening about a year ago.  Yes, it's mildly
annoying; but I'm happy there's a bidirection interface at all.

Before then, ruby-core could not get duplicate messages from redmine
when a reply hit ruby-core first before hitting redmine.

> Can we have the program that updates the ticket set a flag to not send
> out the duplicate email?  Or change something so that Eric's initial
> email is not sent out to ruby-core, it just updates a ticket, which
> causes the second email to be sent out?

I prefer Redmine suppress the duplicate mail like it did before;
at least it should be easier to have threading headers preserved
(In-Reply-To/Message-ID).

In This Thread