bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13328: 24.2; Rmail does not properly decode MIME messages containing


From: Lars Ingebrigtsen
Subject: bug#13328: 24.2; Rmail does not properly decode MIME messages containing "From " lines or save such attachments correctly
Date: Tue, 08 Dec 2020 14:34:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Lars Ingebrigtsen <larsi@gnus.org>
>> Cc: mdl@alum.mit.edu,  13328@debbugs.gnu.org
>> Date: Mon, 07 Dec 2020 15:47:03 +0100
>> 
>> Other mailers only add a ">" to the front of lines that match mbox
>> separators.  ">From" does not match any mbox separator, so there's no
>> accumulation.
>
> But Rmail uses "^From:?" as the regexp that identifies the beginning
> of another message in an mbox file, so it must quote other "From"s to
> avoid catastrophic failures later.  Or am I missing something?

If rmail uses that as the regexp, then I guess rmail will have to
continue quoting all "From:?" lines.  But that's a pretty odd regexp to
use to split an mbox file -- first of all, "^From:" is not an mbox
separator at all, and neither is "Fromage".

The normal way to split an mbox is to use something like
`message-unix-mail-delimiter'.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]