Gnus development mailing list
 help / color / mirror / Atom feed
From: Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
Cc: ding@ifi.uio.no
Subject: Re: Unix mbox format
Date: Sat, 2 Mar 1996 20:07:46 +0100	[thread overview]
Message-ID: <199603021907.UAA01856@durin.uio.no> (raw)
In-Reply-To: <w8swx5aqmjt.fsf@eistla.ifi.uio.no>

> Septembet 0.44 is going to be stricter on what it considers delimiters
> in Unix mbox files.  It still uses the `rmail-unix-mail-delimiter' as
> the delimiter regexp, but it also takes a peek at the next line.  The
> next line has to start with "[^ :]+:"

Hrrm.  That's multi-line.  Try "[^\n :]+:".  Or maybe "[^\n :]+ *:",
which is wrong by rfc822 but wouldn't surprise me anyway.

> for Gnus to consider it a real delimiter.  (It's reasonable to assume
> that a header line should follow the delimiter.)
> 
> Is this a bad idea?  A good idea?  Should we use a different regexp to
> match header lines?

Just be sure you are not too restrictive.  It's better to split some
letters that contain "From " in the body than concatenate two letters.
If the first letter is long and uninteresting, the user won't even see
the second.  For example, you are sure the buffer has never been
narrowed to contain the "From " line but not the following header line?


Regards,

Hallvard


  parent reply	other threads:[~1996-03-02 19:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-26 12:49 Lars Magne Ingebrigtsen
1996-02-26 15:21 ` michael lamoureux
1996-02-26 21:05   ` Jason L Tibbitts III
1996-02-27 10:31   ` Lars Magne Ingebrigtsen
1996-02-28  0:48     ` michael lamoureux
1996-03-02 19:07 ` Hallvard B Furuseth [this message]
1996-03-03 12:40   ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199603021907.UAA01856@durin.uio.no \
    --to=h.b.furuseth@usit.uio.no \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).