I've changed the MSGSEP and its working now.

Thanks!

Joel 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gunnar Hjalmarsson
Sent: Thursday, March 25, 2004 5:43 PM
To: [EMAIL PROTECTED]
Subject: Re: mhonarc not creating html files

Joel Fisher wrote:
> Gunnar Hjalmarsson wrote:
>> Joel Fisher wrote:
>>> It is only creating a html file for the first message and then 
>>> stoping.  There aren't any errors, and the files it does create are 
>>> being create in the right directories.
>> 
>> What's the message separator? See the MSGSEP resource.
> 
> This is taken directly from my testing.rc file.
> 
> <MSGSEP>
> ^From .*  \w{3} \w{3} [ \d]\d
> </MSGSEP>
> 
> What does this match?

It matches many strings... But this is an example of a string that it
does not match:

     'From [EMAIL PROTECTED] Tue Mar 23 23:34:30 2004'

The reason is there are only two spaces in the string between 'From'
and 'Tue', while the regex requires three spaces.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl


Reply via email to