Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3450/Classifier
Modified Files:
Bayes.pm MailParse.pm
Log Message:
Merge the most of my changes on branch b0_22_2.
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.352
retrieving revision 1.353
diff -C2 -d -r1.352 -r1.353
*** Bayes.pm 31 Aug 2007 14:15:28 -0000 1.352
--- Bayes.pm 26 Nov 2007 15:22:48 -0000 1.353
***************
*** 301,305 ****
# Pass in the current interface language for language specific parsing
! $self->{parser__}->{lang__} = $self->user_module_config_( 1, 'html', 'language' );
$self->{unclassified__} = log( $self->user_config_( 1, 'unclassified_weight' ) );
--- 301,305 ----
# Pass in the current interface language for language specific parsing
! $self->{parser__}->{lang__} = $self->user_module_config_( 1, 'html', 'language' ) || '';
$self->{unclassified__} = log( $self->user_config_( 1, 'unclassified_weight' ) );
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.228
retrieving revision 1.229
diff -C2 -d -r1.228 -r1.229
*** MailParse.pm 6 Sep 2007 16:59:12 -0000 1.228
--- MailParse.pm 26 Nov 2007 15:22:48 -0000 1.229
***************
*** 45,49 ****
my %encoding_candidates = (
! 'Nihongo' => [ 'shiftjis', 'euc-jp', '7bit-jis' ]
);
--- 45,49 ----
my %encoding_candidates = (
! 'Nihongo' => [ 'cp932', 'euc-jp', '7bit-jis' ]
);
|