From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15011 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: Threading Date: Fri, 17 Apr 1998 19:29:40 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <199804180231.TAA24757@mail1.teleport.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154112 19554 80.91.224.250 (20 Oct 2002 22:48:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:48:32 +0000 (UTC) Cc: Harry Putnam , ding@gnus.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id TAA12137 for ; Fri, 17 Apr 1998 19:26:18 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA14081 for ; Fri, 17 Apr 1998 21:32:56 -0500 (CDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id WAN23424; Fri, 17 Apr 1998 22:06:42 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Apr 1998 21:32:05 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id VAA29087 for ; Fri, 17 Apr 1998 21:31:58 -0500 (CDT) Original-Received: (qmail 11347 invoked by uid 504); 18 Apr 1998 02:31:41 -0000 Original-Received: (qmail 11344 invoked from network); 18 Apr 1998 02:31:41 -0000 Original-Received: from mail1.teleport.com (192.108.254.26) by claymore.vcinet.com with SMTP; 18 Apr 1998 02:31:40 -0000 Original-Received: from teleport.com (pdx59-i48-39.teleport.com [204.202.167.245]) by mail1.teleport.com (8.8.7/8.7.3) with ESMTP id TAA24757; Fri, 17 Apr 1998 19:31:27 -0700 (PDT) Original-To: Eze Ogwuma In-reply-to: Your message of 18 Apr 1998 01:58:47 BST. Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15011 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15011 > Believe it or not it seems that messages from Felix Lee are the > problem. They normally don't enter into the thread correctly (only > once in the last 6400 messages) and unless his message is the opening > message in a thread then the others don't thread in after it. oh cool. sorry, I haven't been paying attention to this thread (and the mailing list archive seems to be not there). I use mh and mh-e for my email, and my first guess is I have a replcomps or repl.filter that's doing something unexpected with the In-reply-to: header. and in fact, that looks like the problem. nnheader-header-value only returns the first line of a multiline header value. and since I have the message-id on the second line of the in-reply-to header, gnus never sees the message-id and so can't thread it. I'll change my repl.filter :) someone else can decide the right way to change gnus. --