From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54217 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus date comparisons Date: Mon, 13 Oct 2003 04:35:38 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <200310102314.h9ANEK5O310590@athyra.eng.sun.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066013265 25584 80.91.224.253 (13 Oct 2003 02:47:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2003 02:47:45 +0000 (UTC) Original-X-From: ding-owner+M2758@lists.math.uh.edu Mon Oct 13 04:47:43 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A8skJ-0001Fg-00 for ; Mon, 13 Oct 2003 04:47:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1A8skE-0007Qa-00; Sun, 12 Oct 2003 21:47:38 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A8skA-0007QV-00 for ding@lists.math.uh.edu; Sun, 12 Oct 2003 21:47:34 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 453B63A004C for ; Sun, 12 Oct 2003 21:47:34 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1A8sk9-00042l-00 for ; Mon, 13 Oct 2003 04:47:33 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: 0xc3f98233.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1066013253 15546 195.249.130.51 (13 Oct 2003 02:47:33 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 13 Oct 2003 02:47:33 +0000 (UTC) X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Occasionally gnus will incorrectly flag a message as matching a > "before" entry. For example, consider the following header: > > Date: Thu, 09 Oct 2003 16:23:39 -0700 > > and the score entry > > ("date" > ("1 Apr 2002 00:00:00" -100 nil before)) > > I would not expect this to match, but it does. I can't reproduce it. What do you get if you evaluate this expression: (gnus-string> (gnus-date-iso8601 "1 Apr 2002 00:00:00") (gnus-date-iso8601 "Thu, 09 Oct 2003 16:23:39 -0700"))