mhonarc-users

Re: problem with MSGSEP

1998-08-30 23:36:26
On August 30, 1998 at 21:44, Jason R Mastaler wrote:

#<MSGSEP>
#^From .*  \w{3} \w{3} [ \d]\d
#</MSGSEP>

This is perl, version 5.004_04 built for i386-bsdos

I just tried this on another machine (also perl 5.004_04) and didn't
run out of memory, but rather had the same result that you did.

There could be something querky with port for i386-bsdos.

I have:

    This is perl, version 5.004_04 built for i386-linux

Regardless, the MSGSEP is not appropriate for the file you gave.

I agree, but did you happen to catch why only a single match was made.

The regex does not match the messsage separators used.  Ie.  The real
message separators do not have two spaces in sequence.  Since the regex
does, it will never match the messsage separators.  The one it does
match (there are 2 spaces in sequence), is actually an included message
of a message.

        --ewh

----
             Earl Hood              | University of California: Irvine
      ehood(_at_)medusa(_dot_)acs(_dot_)uci(_dot_)edu      |      Electronic 
Loiterer
http://www.oac.uci.edu/indiv/ehood/ | Dabbler of SGML/WWW/Perl/MIME

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