Long about 07:27 PM 11/29/2006, Douglas Palmer sent the following:
>Every archive page, including the main index, produces this error:
>
> >>> Error in line 1642 of default.mailtpl: invalid argument <<< -> .FO OFF <-
>
>We have removed all local site customizations and should be getting 
>the stock page at this point.
>
>Everything else seems to be working OK... it's just the archives.

Found part of it --

The default mail and www templates are polluted with ^M characters at 
the end of each line. The first clue was the new trailer.html file 
that was named "trailer^M.html"

Unfortunately, removing all the ^M characters (dos2unix) causes a lot 
of problems with the dynamic pages (exposed javascript and template 
comamnds and comments on every page). Now it works better, but it 
looks like spaghetti and the javascript stuff is futzed.

-- DCP