Here is a patch for the sanitizer.appledouble.t file. It clears the
feat_boundaries flag, in case the main coinfig file sets it. Otherwise the
mime headers will be different each run, and the test will fail. The other
tests doesn't seem to need this fix.
diff -c4 sanitizer.appledouble.t~ sanitizer.appledouble.t
*** sanitizer.appledouble.t~ Tue Sep 17 19:48:57 2002
--- sanitizer.appledouble.t Tue Mar 11 22:30:54 2003
***************
*** 12,19 ****
--- 12,20 ----
$ANOMY/bin/sanitizer.pl -nofprot $SAN_CONF \
"header_rev = 0" \
"feat_log_trace = 0" \
"feat_verbose = 0" \
+ "feat_boundaries = 0" \
"feat_log_stderr = 1" \
"feat_log_xml = 1" \
<<EOF 2>test.log >test.out
From 21877@xyz.molar.is Thu Aug 3 07:32:10 2000
-- Dag Nummedal (21788@xyz.molar.is)