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