|
From: <ssc...@us...> - 2003-06-22 23:15:36
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv20384
Modified Files:
Tag: v0/18/1
Bayes.pm
Log Message:
remove some excess debug statements
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.107.2.8
retrieving revision 1.107.2.9
diff -C2 -d -r1.107.2.8 -r1.107.2.9
*** Bayes.pm 19 Jun 2003 01:36:06 -0000 1.107.2.8
--- Bayes.pm 22 Jun 2003 23:15:32 -0000 1.107.2.9
***************
*** 764,770 ****
$echo = 1 unless (defined $echo);
!
! Proxy::POP3::debug( $self,"\$dcount: $dcount, \$mcount: $mcount, \$nosave: $nosave, \$class: $class, \$echo: $echo ");
!
my $msg_subject = ''; # The message subject
my $msg_head_before = ''; # Store the message headers that come before Subject here
--- 764,768 ----
$echo = 1 unless (defined $echo);
!
my $msg_subject = ''; # The message subject
my $msg_head_before = ''; # Store the message headers that come before Subject here
***************
*** 887,893 ****
# an email of that type
$classification = ($class ne '')?$class:$self->classify_file($temp_file);
!
! Proxy::POP3::debug( $self, "classification: $classification size: $message_size");
!
# Add the Subject line modification or the original line back again
if ( $classification ne 'unclassified' ) {
--- 885,889 ----
# an email of that type
$classification = ($class ne '')?$class:$self->classify_file($temp_file);
!
# Add the Subject line modification or the original line back again
if ( $classification ne 'unclassified' ) {
|