mhonarc-users

RE: mhonarc not creating html files

2004-03-26 08:01:22
I've changed the MSGSEP and its working now.

Thanks!

Joel 

-----Original Message-----
From: owner-mhonarc-users(_at_)mhonarc(_dot_)org
[mailto:owner-mhonarc-users(_at_)mhonarc(_dot_)org] On Behalf Of Gunnar 
Hjalmarsson
Sent: Thursday, March 25, 2004 5:43 PM
To: mhonarc-users(_at_)mhonarc(_dot_)org
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 user(_at_)domain(_dot_)com 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


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