From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21997 Path: main.gmane.org!not-for-mail From: Shane Holder Newsgroups: gmane.emacs.gnus.general Subject: Re: bad (i.e. serious) mail problems Date: 19 Mar 1999 11:38:00 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159998 25819 80.91.224.250 (21 Oct 2002 00:26:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:26:38 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA15710 for ; Fri, 19 Mar 1999 12:45:23 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB15305; Fri, 19 Mar 1999 11:39:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Mar 1999 11:39:52 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA03675 for ; Fri, 19 Mar 1999 11:39:44 -0600 (CST) Original-Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA15604 for ; Fri, 19 Mar 1999 12:39:36 -0500 (EST) Original-Received: from dmail2.rsn.hp.com (dmail2.rsn.hp.com [15.99.151.1]) by atlrel2.hp.com (8.8.6 (PHNE_14041)/8.8.5tis) with ESMTP id MAA25353; Fri, 19 Mar 1999 12:38:50 -0500 (EST) Original-Received: from SHOLDERPC.rsn.hp.com (dhcp47a031.cup.hp.com [15.13.199.231]) by dmail2.rsn.hp.com with SMTP (8.7.1/8.7.1) id LAA20792; Fri, 19 Mar 1999 11:39:02 -0600 (CST) Original-To: Simon Michael In-Reply-To: Simon Michael's message of "Fri, 19 Mar 1999 08:37:46 GMT" Original-Lines: 32 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/21.0(beta62) (Pyrenean) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21997 >>>>> "Simon" == Simon Michael writes: Simon> Harry Putnam writes: >> Hope this isn't off the wall but, could this be done by what ever >> application is retrieving your mail? (assuming Gnus is not) Mail Simon> FWIW, I have seen fetchmail doing this, the version that Simon> comes with redhat 5.1. Both times I upgraded it and the Simon> problem seemed to go away. After looking around a bit, I think I found the problem. Here are 2 sample headers from e-mails that get screwed up. From bmgoffer-owner@lists.mpath.com Fri 05 Mar PST 14:55:22 From blh@hpuerca.atl.hp.com Wed Mar 17 8:57:24 1999 and one that works From bart@grafikon.com Mon Mar 8 09:00:14 1999 Note that the date formats are different It's trying to match against message-unix-mail-delimiter and it doesn't seem to be comprehensive enough. Now it could be that they are going against RFC 822 but we can't control what people send. Now I still want to know why nnml doesn't do this. Shane