|
From: <jgr...@us...> - 2003-07-18 13:07:23
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv8374
Modified Files:
Bayes.pm
Log Message:
Fix MIME boundary problem in quarantined messages.
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.169
retrieving revision 1.170
diff -C2 -d -r1.169 -r1.170
*** Bayes.pm 17 Jul 2003 04:48:42 -0000 1.169
--- Bayes.pm 18 Jul 2003 13:00:07 -0000 1.170
***************
*** 1201,1205 ****
if ( $classification ne 'unclassified' ) {
if ( ( $self->{parameters__}{$classification}{quarantine} == 1 ) && $echo ) {
! $before_dot = "$eol--$temp_file--$eol";
}
}
--- 1201,1205 ----
if ( $classification ne 'unclassified' ) {
if ( ( $self->{parameters__}{$classification}{quarantine} == 1 ) && $echo ) {
! $before_dot = "$eol--$nopath_temp_file--$eol";
}
}
|