Here's what it looks like in GMail. Normally, the reply-to looks OK,
but in the [jira] case, it's not filled in. And here's the GMail mail
header:

X-Gmail-Received: 6912720e939c46a2efe12022cbcd40744ee744be
Delivered-To: [EMAIL PROTECTED]
Received: by 10.70.103.19 with SMTP id a19cs319376wxc;
       Wed, 21 Jun 2006 04:31:36 -0700 (PDT)
Received: by 10.64.179.19 with SMTP id b19mr784713qbf;
       Wed, 21 Jun 2006 04:31:36 -0700 (PDT)
Return-Path: <[EMAIL PROTECTED]>
Received: from brutus.apache.org (brutus.apache.org [209.237.227.198])
       by mx.gmail.com with ESMTP id e15si351702qbe.2006.06.21.04.31.35;
       Wed, 21 Jun 2006 04:31:36 -0700 (PDT)
Received-SPF: pass (gmail.com: best guess record for domain of
[EMAIL PROTECTED] designates 209.237.227.198 as permitted sender)
Received: from brutus (localhost [127.0.0.1])
        by brutus.apache.org (Postfix) with ESMTP id A846E410007
        for <[EMAIL PROTECTED]>; Wed, 21 Jun 2006 11:30:30 +0000 (GMT)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 21 Jun 2006 11:30:30 +0000 (GMT+00:00)
From: "Tim Ellison (JIRA)" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [jira] Commented: (HARMONY-634) Pack200 file with just resources
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

   [ 
http://issues.apache.org/jira/browse/HARMONY-634?page=comments#action_12417080
]

There doesn't look like there's a Reply-To set there. What does the
mail header look like to you? Is it GMail that's stripping it out?

Alex.

PS I'm glad I got a chance to use OmniDazzle. Funky, huh?

On 21/06/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote:
Odd - my "reply" using thunderbird on a JIRA email does the right thing...

geir


Alex Blewitt wrote:
> Not from the JIRA e-mails I get ... the reply to results in
> "[EMAIL PROTECTED]". I'm using GoogleMail from a Mac on Safari.
>
> Alex.
>
> On 21/06/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote:
>>
>>
>> Alex Blewitt wrote:
>> > (Apologies for the large to: list; I'm still unsure how to reply to
>> > automatically generated e-mails)
>>
>> Hit "reply" on you mailer?
>>
>> The "reply-to" is set to the list.
>>
>> >
>> > It wouldn't hurt having the resources test as well as the hello world
>> > test. At some point, I should probably expand the test to check for
>> > the right filename etc. But we don't have to comment out the
>> > helloworld test if it's still working.
>> >
>> > Alex.
>> >
>> > On 21/06/06, Tim Ellison (JIRA) <[EMAIL PROTECTED]> wrote:
>> >>     [
>> >>
>> 
http://issues.apache.org/jira/browse/HARMONY-634?page=comments#action_12417080
>>
>> >> ]
>> >>
>> >> Tim Ellison commented on HARMONY-634:
>> >> -------------------------------------
>> >>
>> >> So given that the SegmentTest is still working ok with the
>> >> HelloWorld.pack, do you still want to apply this and switch to the
>> >> resources file?
>> >>
>> >>
>> >> > Pack200 file with just resources
>> >> > --------------------------------
>> >> >
>> >> >          Key: HARMONY-634
>> >> >          URL: http://issues.apache.org/jira/browse/HARMONY-634
>> >> >      Project: Harmony
>> >> >         Type: Bug
>> >>
>> >> >   Components: Classlib
>> >> >     Reporter: Alex Blewitt
>> >> >     Assignee: Tim Ellison
>> >> >     Priority: Trivial
>> >> >  Attachments: JustResources.pack, JustResources.patch
>> >> >
>> >> > This file is a pack200 Jar file that just contains resources, which
>> >> can be used to substitute the HelloWorld.pack that's used in the
>> >> SegmentTest test case.  I've commented out the one that will fail and
>> >> the JustResources.pack can be put in the same place as the
>> >> HelloWorld.pack one
>> >> > Index:
>> >>
>> 
/Users/alex/Documents/HarmonyWorkspace/Pack200/src/test/java/org/apache/harmony/archive/tests/internal/pack200/SegmentTest.java
>>
>> >>
>> >> > ===================================================================
>> >> > ---
>> >>
>> 
/Users/alex/Documents/HarmonyWorkspace/Pack200/src/test/java/org/apache/harmony/archive/tests/internal/pack200/SegmentTest.java
>>
>> >> (revision 415823)
>> >> > +++
>> >>
>> 
/Users/alex/Documents/HarmonyWorkspace/Pack200/src/test/java/org/apache/harmony/archive/tests/internal/pack200/SegmentTest.java
>>
>> >> (working copy)
>> >> > @@ -29,9 +29,17 @@
>> >> >        * @param args
>> >> >        * @throws Exception
>> >> >        */
>> >> > -     public void testHelloWorld() throws Exception {
>> >> > +//   public void testHelloWorld() throws Exception {
>> >> > +//           assertNotNull(Segment.parse(Segment.class
>> >> > +//
>> >>
>> 
.getResourceAsStream("/org/apache/harmony/archive/tests/internal/pack200/HelloWorld.pack")));
>>
>> >>
>> >> > +//   }
>> >> > +     /**
>> >> > +      * @param args
>> >> > +      * @throws Exception
>> >> > +      */
>> >> > +     public void testJustResources() throws Exception {
>> >> >               assertNotNull(Segment.parse(Segment.class
>> >> > -
>> >>
>> 
.getResourceAsStream("/org/apache/harmony/archive/tests/internal/pack200/HelloWorld.pack")));
>>
>> >>
>> >> > +
>> >>
>> 
.getResourceAsStream("/org/apache/harmony/archive/tests/internal/pack200/JustResources.pack")));
>>
>> >>
>> >> >       }
>> >> >
>> >> >  }
>> >>
>> >> --
>> >> This message is automatically generated by JIRA.
>> >> -
>> >> If you think it was sent incorrectly contact one of the
>> administrators:
>> >>    http://issues.apache.org/jira/secure/Administrators.jspa
>> >> -
>> >> For more information on JIRA, see:
>> >>    http://www.atlassian.com/software/jira
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to