Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv14182
Modified Files:
Bayes.pm MailParse.pm
Log Message:
Append -- to final MIME boundary in quarantined message per RFC
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -d -r1.150 -r1.151
*** Bayes.pm 14 Jun 2003 21:10:12 -0000 1.150
--- Bayes.pm 19 Jun 2003 13:58:30 -0000 1.151
***************
*** 1057,1061 ****
if ( $classification ne 'unclassified' ) {
if ( ( $self->{parameters__}{$classification}{quarantine} == 1 ) && $echo ) {
! print $client "$eol--$temp_file$eol";
}
}
--- 1057,1061 ----
if ( $classification ne 'unclassified' ) {
if ( ( $self->{parameters__}{$classification}{quarantine} == 1 ) && $echo ) {
! print $client "$eol--$temp_file--$eol";
}
}
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** MailParse.pm 18 Jun 2003 20:34:55 -0000 1.135
--- MailParse.pm 19 Jun 2003 13:58:30 -0000 1.136
***************
*** 15,19 ****
use MIME::Base64;
use MIME::QuotedPrint;
- #require Encode::MIME::Header;
# HTML entity mapping to character codes, this maps things like & to their corresponding
--- 15,18 ----
|