Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: nnml-split-fancy problems
Date: 10 Jan 2000 12:53:11 +0100	[thread overview]
Message-ID: <vafya9yrvmg.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Arcady Genkin's message of "10 Jan 2000 06:33:14 -0500"

Arcady Genkin <a.genkin@utoronto.ca> writes:

> I'm sorry, I'm not sure I understand that "From" bit of your reply. Do you
> mean that the header "X-From-Line:" appears in the message after it
> passes thru gnus's backend?

Often, messages are stored in mbox format: each message begins with a
line starting with "From " (note the space) and ends with an empty
line.  The From_ line (as it is also called) is not a header since it
does not start with "From:" (note the colon).  After the From_ line
come the headers of the message, then an empty line, then the body,
and finally the terminating empty line.

In the nnml backend, each file contains one message, and the message
consists of headers, an empty line, and the body.  Note that nnml
format does not allow for the From_ line, only for headers.
Therefore, Gnus (maybe the nnml backend) rewrites the From_ line into
an X-From-Line header (with colon).

I think the rewriting happens after splitting.  Therefore, the
splitting process does not see the X-From-Line header.  And you can't
split on the From_ line since it is not a header.

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



      reply	other threads:[~2000-01-10 11:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-09 18:06 Arcady Genkin
2000-01-10  9:55 ` Kai Großjohann
2000-01-10 11:33   ` Arcady Genkin
2000-01-10 11:53     ` Kai Großjohann [this message]

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=vafya9yrvmg.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /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).