Bug#502497: mbox(5) manpage does not define the mbox format.

2009-01-26 Thread Antonio Radici

fixed 502497 1.5.19-1
thanks

Please upgrade to 1.5.19-1, the mbox(5) manpage now
correctly reports that the date format is asctime().

Cheers
Antonio



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-28 Thread Trent W. Buck
On Fri, Oct 24, 2008 at 07:32:05PM +0200, Michelle Konzack wrote:
 Am 2008-10-21 10:25:15, schrieb Trent W. Buck:
 On Sun, Oct 19, 2008 at 03:53:58PM +0200, Michelle Konzack wrote:
 And where is the problem now?

 The date-time format described in RFC2822 3.3
 IS:
 Fri Jun 23 02:56:55 2000

 I don't see how that matches the grammar provided by RFC 2822 §3.3:

 It seems, there is another problem, since

 Date: is a RFC822 header which should contain:

 Fri, 23 Jun 2000 02:56:55 +1000

 while From_ (without the double colon) is a Message separator for
 mbox format which is described in another RFC [...]

Do you know *which* RFC this date format is documented in?

As I mentioned in the original report, it appears to be the C++
asctime() format.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-27 Thread Michelle Konzack
Am 2008-10-21 10:25:15, schrieb Trent W. Buck:
 On Sun, Oct 19, 2008 at 03:53:58PM +0200, Michelle Konzack wrote:
  And where is the problem now?
 
  The date-time format described in RFC2822 3.3
  IS:
  Fri Jun 23 02:56:55 2000
 
 I don't see how that matches the grammar provided by RFC 2822 §3.3:

It seems, there is another problem, since

Date: is a RFC822 header which should contain:

Fri, 23 Jun 2000 02:56:55 +1000

while From_ (without the double colon) is a Message separator for mbox
format which is described in another RFC  and  it  is,  since  the  mbox
format exist:

From [EMAIL PROTECTED] Thu Oct 23 06:37:03 2008

Note the order of the Date-Parts...  The YEAR is at the end and there is
NO timezone since the date in FROM_ reflect the local time which can  be
anything.

The second date is a valid date and you can test it with:

[EMAIL PROTECTED]:~] date --date=Thu Oct 23 06:37:03 2008 --rfc-822
Thu, 23 Oct 2008 06:37:03 +0200

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-20 Thread Michelle Konzack
And where is the problem now?

The date-time format described in RFC2822 3.3
IS:
Fri Jun 23 02:56:55 2000

Am 2008-10-17 14:08:32, schrieb Trent W. Buck:
 Yet actually attempting to use this format results in mutt reporting
 an empty mailbox.

What do you mean, with: 'pty mailbox'?

I have never had this probloem in the last 9 1/2  years  since  I  begun
using Debian GNU/Linux.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-20 Thread Trent W. Buck
On Sun, Oct 19, 2008 at 03:53:58PM +0200, Michelle Konzack wrote:
 And where is the problem now?

 The date-time format described in RFC2822 3.3
 IS:
 Fri Jun 23 02:56:55 2000

I don't see how that matches the grammar provided by RFC 2822 §3.3:

date-time   =   [ day-of-week , ] date FWS time [CFWS]
day-of-week =   ([FWS] day-name) / obs-day-of-week
day-name=   Mon / Tue / Wed / Thu /
Fri / Sat / Sun
date=   day month year
year=   4*DIGIT / obs-year
month   =   (FWS month-name FWS) / obs-month
month-name  =   Jan / Feb / Mar / Apr /
May / Jun / Jul / Aug /
Sep / Oct / Nov / Dec
day =   ([FWS] 1*2DIGIT) / obs-day
time=   time-of-day FWS zone
time-of-day =   hour : minute [ : second ]
hour=   2DIGIT / obs-hour
minute  =   2DIGIT / obs-minute
second  =   2DIGIT / obs-second
zone=   (( + / - ) 4DIGIT) / obs-zone

which at the very least differs from the example above in that if a
day of the week is specified, it must be followed by a comma.

 Am 2008-10-17 14:08:32, schrieb Trent W. Buck:
  Yet actually attempting to use this format results in mutt reporting
  an empty mailbox.

 What do you mean, with: '[empty] mailbox'?

Here is an example mbox that mutt recognizes:

From [EMAIL PROTECTED] Fri Jun 23 02:56:55 2000
From: [EMAIL PROTECTED]
Subject: Foo

Body.

And mutt displays this:

q:Quit  d:Del  u:Undel  s:Save  m:Mail  r:Re
   1 N   Jun 22 [EMAIL PROTECTED] (0.1K) Foo



---Mutt: /tmp/tmp.mbox [Msgs:1 New:1 0.1K]--

However when converted to an RFC2822 time, as emitted by GNU date -d
Fri Jun 23 02:56:55 2000 --rfc-2822:

From [EMAIL PROTECTED] Fri, 23 Jun 2000 02:56:55 +1000
From: [EMAIL PROTECTED]
Subject: Foo

Body.

Mutt displays this:

q:Quit  d:Del  u:Undel  s:Save  m:Mail  r:Re




---Mutt: /tmp/tmp.mbox [Msgs:0 0.1K]---(thre

This is what I call mutt reporting an empty mailbox.

 I have never had this probloem in the last 9 1/2 years since I begun
 using Debian GNU/Linux.

I'm glad for you, but that doesn't help me.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-17 Thread Christoph Berg
tags 502497 fixed-upstream upstream
thanks

Re: Trent W. Buck 2008-10-17 [EMAIL PROTECTED]
 The good folk of Freenode's #mutt had this to say:
 
 fmg the date in From_ is always asctime format
 fmg debian man page is misleading you, take:
  http://www.qmail.org/qmail-manual-html/man5/mbox.html

Hi,

this was recently fixed in upstream's VCS but didn't make it in any
released version yet.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-16 Thread Trent W. Buck
Package: mutt
Version: 1.5.18-4
Severity: normal
File: /usr/share/man/man5/mbox.5.gz

The mbox(5) manpage says

The date [if the From_ line] is expected to be date-time as
defined in RFC2822 3.3.

Yet actually attempting to use this format results in mutt reporting
an empty mailbox.  The example given in the manpage itself is not in
RFC2822 format, as date(1) shows:

$ date -d 'Fri Jun 23 02:56:55 2000' --rfc-2822
Fri, 23 Jun 2000 02:56:55 +1000

The good folk of Freenode's #mutt had this to say:

fmg the date in From_ is always asctime format
fmg debian man page is misleading you, take:
 http://www.qmail.org/qmail-manual-html/man5/mbox.html


-- Package-specific info:
Mutt 1.5.18 (2008-05-17)
Copyright (C) 1996-2008 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.26-1-686 (i686)
ncurses: ncurses 5.6.20080830 (compiled with 5.6)
libidn: 1.8 (compiled with 1.9)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Apr 24 2006 03:25:20)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  +USE_GSS  -USE_SSL_OPENSSL  +USE_SSL_GNUTLS  
+USE_SASL  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to [EMAIL PROTECTED].
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2
patch-1.5.13.cd.purge_message.3.4
patch-1.5.13.nt+ab.xtitles.4
patch-1.5.4.vk.pgp_verbose_mime
patch-1.5.6.dw.maildir-mtime.1
patch-1.5.8.hr.sensible_browser_position.3

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mutt depends on:
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libcomerr21.41.2-1   common error description library
ii  libgdbm3  1.8.3-3GNU dbm database routines (runtime
ii  libgnutls26   2.4.1-1the GNU TLS library - runtime libr
ii  libidn11  1.8+20080606-1 GNU libidn library, implementation
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
ii  libncursesw5  5.6+20080830-1 shared libraries for terminal hand
ii  libsasl2-22.1.22.dfsg1-23Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  locales   2.7-14 GNU C Library: National Language (
ii  mime-support  3.44-1 MIME files 'mime.types'  'mailcap
ii  msmtp-mta [mail-transport-age 1.4.15-1   light SMTP client with support for

Versions of packages mutt suggests:
ii  ca-certificates 20080809 Common CA certificates
ii  gnupg   1.4.9-3  GNU privacy guard - a free PGP rep
ii  ispell  3.1.20.0-4.4 International Ispell (an interacti
pn  mixmaster   none   (no description available)
ii  openssl 0.9.8g-13Secure Socket Layer (SSL) binary a
pn  urlview none   (no description available)

Versions of packages mutt is related to:
ii  mutt  1.5.18-4   text-based mailreader supporting M
pn  mutt-dbg  none (no description available)
pn  mutt-patched  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]