Threads falling apart

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Threads falling apart


    Hi folks,

    recently my NR often fails to put news threads together. Is it just my NR
    or is there still something wrong with the News <-> Mail gateway?

    I guess, connected with this are header lines that look like this (just an
    excerpt)

    Date: Fri, 21 Nov 2003 01:48:25 +0900
    From: [email]dblack@wobblini.net[/email]
    Subject: Re: learning the "Ruby way"
    <Pine.LNX.4.44.0311201150530.4491-100000@ool-4355dfae.dyn.optonline.net>
    <Pine.LNX.4.44.0311201137580.4435-100000@ool-4355dfae.dyn.optonline.net>
    X-ML-Name: ruby-talk
    X-Mail-Count: 85850
    Content-Type: TEXT/PLAIN; charset=US-ASCII
    Content-Transfer-Encoding: 7BIT
    X-rubymirror: yes
    Message-ID: <BOCdnQRLEo3lbSGiRVn-jA@august.net>

    The subject like looks a bit odd to me, especially the <Pine...> items are
    unlikely to belong there. Maybe some header line is missing there?

    Good night

    robert

    Robert Klemme Guest

  2. Similar Questions and Discussions

    1. Legitimate mails falling into Junk folder of Hotmail
      ASP generated e-mails are getting into junk folder of hotmail. I have checked everything on my end like SPF, Reverse DNS lookup, etc. I am not...
    2. webrick, threads, and i/o
      if i want to write a webrick application that mounts many servlets do i need to be concerned that, if one of the servlets blocks on i/o, the entire...
    3. More Help needed with the randomly falling sprites
      Eariler I asked for help with randomly falling sprites and I was given the code below. However now I'm getting the following error message when I...
    4. Help creating randomly falling sprites with lingo
      Attach the following behavior to each sprite that's to fall. Adjust the pSpeed parameter to make the objects fall faster or slower. Adjust the...
    5. Advice on threads - Mac OS 9
      What's the best approach for writing a multi-threaded app for Mac OS 9? What I have in mind is a main thread that collects some information and a...
  3. #2

    Default Re: Threads falling apart

    >>>>> "R" == Robert Klemme <bob.news@gmx.net> writes:

    R> recently my NR often fails to put news threads together. Is it just my NR
    R> or is there still something wrong with the News <-> Mail gateway?

    Probably a problem with the gateway

    R> Subject: Re: learning the "Ruby way"
    R> <Pine.LNX.4.44.0311201150530.4491-100000@ool-4355dfae.dyn.optonline.net>
    R> <Pine.LNX.4.44.0311201137580.4435-100000@ool-4355dfae.dyn.optonline.net>

    The original message is

    Subject: Re: learning the "Ruby way"
    To: [email]ruby-talk@ruby-lang.org[/email] (ruby-talk ML)
    Message-Id:
    <Pine.LNX.4.44.0311201150530.4491-100000@ool-4355dfae.dyn.optonline.net>
    In-Reply-To:
    <Pine.LNX.4.44.0311201137580.4435-100000@ool-4355dfae.dyn.optonline.net>


    See the newline after Message-Id: and In-Reply-To:


    Guy Decoux



    ts Guest

  4. #3

    Default Re: Threads falling apart


    "ts" wrote:
    > >>>>> "R" == Robert Klemme <bob.news@gmx.net> writes:
    >
    > R> recently my NR often fails to put news threads together. Is it just my NR
    > R> or is there still something wrong with the News <-> Mail gateway?
    >
    > Probably a problem with the gateway
    >
    > See the newline after Message-Id: and In-Reply-To:
    >
    >
    > Guy Decoux
    >

    Right. The format is valid but presents an edge case.

    <From [url]http://www.faqs.org/rfcs/rfc2822.html[/url] >
    2.1.1. Line Length Limits
    Each line of characters MUST be no more than 998 characters,
    and SHOULD be no more than 78 characters, excluding the CRLF.
    </>

    Message id's can be long and can't wrap, so the mail agent raising
    the problem has given the best possible chance of avoiding a
    "disastrous wrap" by starting with a CRLF.

    Meanwhile everyone else's mail/news agents are flouting the
    recommendations by sending lines of more than 78 characters
    without a care in the world.

    IMHO they're lucky that email isn't transmitted on punch cards.


    Herr Oelkers will look into it :-)


    daz



    daz Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139