mhonarc-users

RE: Line start with "From"

1999-01-06 09:12:15
As Chris has noted, MHonArc has ways for a user to override the default
message separator.

You need to invent a Perl regular expression that is more specific than the
default, one that will match message separator lines but not other lines.
The default is something like

   "^From "

If you have difficulty with regexps, take one of your problematic message
files (say one with 20 messages in it) and make an excerpt of only the
message separator lines plus other lines that you are having trouble with,
then post the result to this list so other Perlists can have a crack at
regexp invention.

-- good luck, SP


-----Original Message-----
From: owner-mhonarc(_at_)ncsa(_dot_)uiuc(_dot_)edu
[mailto:owner-mhonarc(_at_)ncsa(_dot_)uiuc(_dot_)edu]On
Behalf Of Grandy Fu
Sent: Tuesday, January 05, 1999 10:58 PM
To: mhonarc(_at_)ncsa(_dot_)uiuc(_dot_)edu
Subject: Line start with "From"


It seems that mhonarc will try lines start with "From " as a new
message, is it possible to make mhonarc to identify which "From "
is start of new message and which is not?

Grandy


<Prev in Thread] Current Thread [Next in Thread>