unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Bug in Gnus v5.9.0 collecting mail via pop3 with incorrect Date header
@ 2004-01-26 16:44 Gareth Owen
  0 siblings, 0 replies; 3+ messages in thread
From: Gareth Owen @ 2004-01-26 16:44 UTC (permalink / raw)


This is the backtrace:

Debugger entered--Lisp error: (error "Cannot get new mail")
  signal(error ("Cannot get new mail"))
  error("Cannot get new mail")
  byte-code("ÁÂÃ\b\"!„
  mail-source-fetch((pop :server "pop.freeserve.net" :user "myusername" :password "notactuallymy password") (lambda (file orig-file) (nnmail-split-incoming file (quote nnml-save-mail) (quote nil) (if ... nil ...) (quote nnml-active-number))))
  nnmail-get-new-mail(nnml nnml-save-nov "/home/gowen/Mail/gnus/" "alex")
  nnml-request-scan("alex" "private")
  gnus-request-scan("nnml+private:alex" (nnml "private"))
  gnus-activate-group("nnml+private:alex" scan)
  gnus-get-unread-articles(nil)
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)

This is the mail on the server that causes the error.
Note the Date header : 

X-From_: nfRSVSU@libero.it Mon Jan 26 16:40:17 2004
Return-path: <nfRSVSU@libero.it>
Envelope-to: test@gwowen.freeserve.co.uk
Delivery-date: Mon, 26 Jan 2004 16:40:17 +0000
Received: from client-200.106.25.156.speedy.net.pe (unknown [200.106.25.156])
        by mwinf3004.me.freeserve.com (SMTP Server) with SMTP id 158A61803325
        for <test@gwowen.freeserve.co.uk>; Mon, 26 Jan 2004 16:17:32 +0100 (CET)
From: <nfRSVSU@libero.it>
To: <test@gwowen.freeserve.co.uk>
Subject: help
Date: 
MIME-Version: 1.0
Content-Type: multipart/related;
     type="multipart/alternative";
     boundary="Y38fIi16xj683T1Ia44AD5tRaU5jN051"
X-Mailer: AOL 7.0 for Windows UK sub 52
Message-Id: <20040126151732.158A61803325@mwinf3004.me.freeserve.com>

This is a multi-part message in MIME format.

--Y38fIi16xj683T1Ia44AD5tRaU5jN051
Content-Type: multipart/alternative;
        boundary="ry5EXsmCaGp5hrV4PT0xiV4P30f403R3"

--ry5EXsmCaGp5hrV4PT0xiV4P30f403R3
Content-Type: text/plain;
                charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<SNIP>
-- 
Gareth Owen
If triangles had a God, He'd have three sides

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug in Gnus v5.9.0 collecting mail via pop3 with incorrect Date header
       [not found] <mailman.1370.1075135778.928.bug-gnu-emacs@gnu.org>
@ 2004-01-26 20:13 ` Kevin Rodgers
       [not found] ` <mailman.1389.1075148265.928.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2004-01-26 20:13 UTC (permalink / raw)


Gareth Owen wrote:

> This is the backtrace:
> 
> Debugger entered--Lisp error: (error "Cannot get new mail")
>   signal(error ("Cannot get new mail"))
>   error("Cannot get new mail")
>   byte-code("ÁÂÃ\b\"!"
>   mail-source-fetch((pop :server "pop.freeserve.net" :user "myusername" :password "notactuallymy password") (lambda (file orig-file) (nnmail-split-incoming file (quote nnml-save-mail) (quote nil) (if ... nil ...) (quote nnml-active-number))))
>   nnmail-get-new-mail(nnml nnml-save-nov "/home/gowen/Mail/gnus/" "alex")
>   nnml-request-scan("alex" "private")
>   gnus-request-scan("nnml+private:alex" (nnml "private"))
>   gnus-activate-group("nnml+private:alex" scan)
>   gnus-get-unread-articles(nil)
>   gnus-group-get-new-news(nil)
>   call-interactively(gnus-group-get-new-news)
> 
> This is the mail on the server that causes the error.
> Note the Date header : 
> 
> X-From_: nfRSVSU@libero.it Mon Jan 26 16:40:17 2004
> Return-path: <nfRSVSU@libero.it>
> Envelope-to: test@gwowen.freeserve.co.uk
> Delivery-date: Mon, 26 Jan 2004 16:40:17 +0000
> Received: from client-200.106.25.156.speedy.net.pe (unknown [200.106.25.156])
>         by mwinf3004.me.freeserve.com (SMTP Server) with SMTP id 158A61803325
>         for <test@gwowen.freeserve.co.uk>; Mon, 26 Jan 2004 16:17:32 +0100 (CET)
> From: <nfRSVSU@libero.it>
> To: <test@gwowen.freeserve.co.uk>
> Subject: help
> Date: 
> MIME-Version: 1.0
> Content-Type: multipart/related;
>      type="multipart/alternative";
>      boundary="Y38fIi16xj683T1Ia44AD5tRaU5jN051"
> X-Mailer: AOL 7.0 for Windows UK sub 52
> Message-Id: <20040126151732.158A61803325@mwinf3004.me.freeserve.com>

Point taken, that Emacs should not fail to retrieve such a message
(whether from a server regardless of the protocol, or from a spool file).
But note that RFC 2822 does require the Date header to be present, and
its contents to be both syntactically and semantically valid.

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug in Gnus v5.9.0 collecting mail via pop3 with incorrect Date header
       [not found] ` <mailman.1389.1075148265.928.bug-gnu-emacs@gnu.org>
@ 2004-01-27 11:43   ` Gareth Owen
  0 siblings, 0 replies; 3+ messages in thread
From: Gareth Owen @ 2004-01-27 11:43 UTC (permalink / raw)


Kevin Rodgers <ihs_4664@yahoo.com> writes:

> But note that RFC 2822 does require the Date header to be present, and
> its contents to be both syntactically and semantically valid.

Point taken, but RFC 2822 doesn't supercede RFC 1122 :
      "Be liberal in what you accept, and conservative in what you send"
-- 
Gareth Owen
September is the cruellest month

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-27 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1370.1075135778.928.bug-gnu-emacs@gnu.org>
2004-01-26 20:13 ` Bug in Gnus v5.9.0 collecting mail via pop3 with incorrect Date header Kevin Rodgers
     [not found] ` <mailman.1389.1075148265.928.bug-gnu-emacs@gnu.org>
2004-01-27 11:43   ` Gareth Owen
2004-01-26 16:44 Gareth Owen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).