From: <ssc...@us...> - 2003-04-07 20:20:32
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1:/tmp/cvs-serv23317a Modified Files: Tag: v0/18/1 Bayes.pm Log Message: binmode on $client -- should guarantee network style printing Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.107 retrieving revision 1.107.2.1 diff -C2 -d -r1.107 -r1.107.2.1 *** Bayes.pm 28 Feb 2003 00:21:03 -0000 1.107 --- Bayes.pm 7 Apr 2003 20:20:15 -0000 1.107.2.1 *************** *** 760,763 **** --- 760,767 ---- my $timeout_count = 0; + #prevent any translation of printed eol's + + binmode $client; + # Indicates whether the first time through the receive loop we got the full body, this # will happen on small emails |