|
From: <jgr...@us...> - 2003-08-24 04:04:55
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv2190/Classifier
Modified Files:
MailParse.pm
Log Message:
Finally narrowed down a bug that was causing odd failures in TestMailParse: the htmlbodycolor__ was not being reset by start_parse causing intermittent failures
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.157
retrieving revision 1.158
diff -C2 -d -r1.157 -r1.158
*** MailParse.pm 21 Aug 2003 17:57:35 -0000 1.157
--- MailParse.pm 24 Aug 2003 04:04:52 -0000 1.158
***************
*** 1111,1114 ****
--- 1111,1115 ----
$self->{quickmagnets__} = {};
+ $self->{htmlbodycolor__} = map_color( $self, 'white' );
$self->{htmlbackcolor__} = map_color( $self, 'white' );
$self->{htmlfontcolor__} = map_color( $self, 'black' );
|