#700: Incorrect bouncing of messages with two From_ headers
-------------------------------------------------+--------------------------
Reporter: Vsevolod Volkov <vvv@…> | Owner: me
Type: defect | Status: closed
Priority: minor | Milestone: 1.6
Component: mutt | Version:
Resolution: fixed | Keywords:
-------------------------------------------------+--------------------------
Changes (by me):
* status: accepted => closed
* resolution: => fixed
Old description:
> {{{
> Package: mutt
> Version: /usr/local/mutt/bin/mutt
> Severity: normal
>
> -- Please type your report below this line
>
> mutt does not removes second From_ header when bouncing. This
> causes sendmail to treat header of source message as body.
> Example. Source header was:
>
> From [email protected] Wed Jul 11 18:36:56 2001
> >From nobody Wed Jul 11 18:36:56 2001
> Return-Path: <[email protected]>
> .......
>
> After bouncing we have:
>
> From vvv Thu Jul 19 17:34:42 2001
> Return-Path: <[email protected]>
> Received: (from vvv@localhost)
> by colocall.net (8.11.1/8.11.1) id f6JEYgc72612
> for [email protected]; Thu, 19 Jul 2001 17:34:42 +0300 (EEST)
> (envelope-from vvv)
> Date: Thu, 19 Jul 2001 17:34:42 +0300 (EEST)
> From: Vsevolod Volkov <[email protected]>
> Message-Id: <[email protected]>
>
> >From nobody Wed Jul 11 18:36:56 2001
> Return-Path: <[email protected]>
> .......
>
> To fix this, mutt should remove >From_ while copying header before
> bouncing.
>
> -- Mutt Version Information
>
> Use /usr/local/mutt/bin/mutt
>
> >How-To-Repeat:
> >Fix:
> }}}
New description:
{{{
Package: mutt
Version: /usr/local/mutt/bin/mutt
Severity: normal
-- Please type your report below this line
mutt does not removes second From_ header when bouncing. This
causes sendmail to treat header of source message as body.
Example. Source header was:
From [email protected] Wed Jul 11 18:36:56 2001
>From nobody Wed Jul 11 18:36:56 2001
Return-Path: <[email protected]>
.......
After bouncing we have:
From vvv Thu Jul 19 17:34:42 2001
Return-Path: <[email protected]>
Received: (from vvv@localhost)
by colocall.net (8.11.1/8.11.1) id f6JEYgc72612
for [email protected]; Thu, 19 Jul 2001 17:34:42 +0300 (EEST)
(envelope-from vvv)
Date: Thu, 19 Jul 2001 17:34:42 +0300 (EEST)
From: Vsevolod Volkov <[email protected]>
Message-Id: <[email protected]>
>From nobody Wed Jul 11 18:36:56 2001
Return-Path: <[email protected]>
.......
To fix this, mutt should remove >From_ while copying header before
bouncing.
-- Mutt Version Information
Use /usr/local/mutt/bin/mutt
>How-To-Repeat:
>Fix:
}}}
--
Comment:
This was fixed by [fff9534bed5b].
--
Ticket URL: <http://dev.mutt.org/trac/ticket/700#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent