[25613] in SIPB bug reports
Re: mutt-1.5.12
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sun Jul 30 04:09:45 2006
From jhawk@MIT.EDU Sun Jul 30 08:09:45 2006
Return-Path: <jhawk@MIT.EDU>
Delivered-To: bug-sipb-mtg@CHARON.mit.edu
Received: (qmail 12605 invoked from network); 30 Jul 2006 08:09:45 -0000
Received: from pacific-carrier-annex.mit.edu (18.7.21.83)
by charon.mit.edu with SMTP; 30 Jul 2006 08:09:45 -0000
Received: from multics.mit.edu (MULTICS.MIT.EDU [18.187.1.73])
by pacific-carrier-annex.mit.edu (8.13.6/8.9.2) with ESMTP id k6U89ViC026800;
Sun, 30 Jul 2006 04:09:31 -0400 (EDT)
Received: (from jhawk@localhost) by multics.mit.edu (8.12.9.20060308)
id k6U89Vnm026094; Sun, 30 Jul 2006 04:09:31 -0400 (EDT)
Date: Sun, 30 Jul 2006 04:09:30 -0400
From: John Hawkinson <jhawk@MIT.EDU>
To: Brad Thompson <yak@MIT.EDU>
Cc: bug-sipb@MIT.EDU
Subject: Re: mutt-1.5.12
Message-ID: <20060730080930.GI661@multics.mit.edu>
References: <20060726174302.GA1941@multics.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20060726174302.GA1941@multics.mit.edu>
User-Agent: Mutt/1.5.9i
X-Spam-Score: 3.548
X-Spam-Level: *** (3.548)
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42
Brad Thompson <yak@MIT.EDU> wrote on Wed, 26 Jul 2006
at 13:43:03 -0400 in <20060726174302.GA1941@multics.mit.edu>:
> I installed mutt-1.5.12 for sun4x_510 and i386_rhel4 in the sipb
> locker. I don't know of any major changes since mutt-1.5.9, but there
> have been a lot of bugfixes, including one for an exploit (requires a
> compromised server). I will make the mutt symlink point to mutt-1.5.12
It sure looks like there were a lot of changes to the default
Muttrc, and even though we don't use the new Muttrc (we seem
to use one based on 1.5.6?), there are behavioral changes
in the software.
For instance, it appears to default to setting record to "~/sent",
i.e. Fcc: ~/sent appears as the default. This is probably a serious
problem if people don't have such a directory and it's AFS permissions
are not set correctly.
Running this diff is instructive for what may have changed:
diff -u /mit/sipb/arch/sun4x_510/lib/mutt-1.5.9/etc/Muttrc.orig \
/mit/sipb/arch/sun4x_510/lib/mutt-1.5.12/etc/Muttrc.dist
Apparently there are also some significant changes to the handling
of attachments, and the implementation of a cache for IMAP messages
(optional, defaults to off), etc.
Also, the manual seems to be missing. The muttrc causes it to display
the 1.5.6 manual, which is unfortunate.
-rw-r--r-- 1 73656 mit 0 Jul 25 21:08 /mit/sipb/arch/sun4x_510/lib/mutt-1.5.12/doc/mutt/manual.txt
I still haven't restarted my primary mutt, I just noticed these when I ran
it on an alternate mailbox...
--jhawk