Unix mail files.
brnstnd at stealth.acf.nyu.edu
brnstnd at stealth.acf.nyu.edu
Mon May 28 05:09:56 AEST 1990
In article <23447 at adm.BRL.MIL> pg at cxa.daresbury.ac.uk (Paul Griffiths) writes:
> Is there anyone out there who can tell me how individual messages
> in a mailbox (ie /usr/spool/mail/$USER) are seperated from each other.
> The only distinguishable feature I can see is that each message begins
> with a line specifying who the message came from, ie
> From Info-unix-requests at uk.ac.nsfnet-relay
> Note that the "From" has NO `:' following it. Am I on the right track ???
Yep, exactly right. You'll also note that if a line in the text of a
message starts with From and a space, the mailer adds a > to the line;
that way mailreaders won't think that it starts a new message.
To be precise, the separator is "\n\nFrom ".
There are other popular conventions for mail. The easiest to work with
has every message in a separate file; unfortunately, this also wastes
the most space.
---Dan
More information about the Comp.unix.questions
mailing list