Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv19391
Modified Files:
Bayes.pm
Log Message:
add binmode comment for classify_and_modify
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** Bayes.pm 11 Jul 2003 02:24:58 -0000 1.165
--- Bayes.pm 11 Jul 2003 05:29:21 -0000 1.166
***************
*** 975,978 ****
--- 975,980 ----
# was saved
#
+ # IMPORTANT NOTE: $mail and $client should be binmode
+ #
# ---------------------------------------------------------------------------------------------
sub classify_and_modify
|