mhonarc-users

Re: mhonarc not creating html files

2004-03-25 16:42:23
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>