|
From: <ssc...@us...> - 2003-07-11 02:25:01
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv30203
Modified Files:
Bayes.pm
Log Message:
remove some possibly extraneous binmodes of streams
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -d -r1.164 -r1.165
*** Bayes.pm 11 Jul 2003 02:12:43 -0000 1.164
--- Bayes.pm 11 Jul 2003 02:24:58 -0000 1.165
***************
*** 982,990 ****
$echo = 1 unless (defined $echo);
- # binmode both our streams incase they're file streams or something odd
-
- binmode $mail;
- binmode $client;
-
my $msg_subject = ''; # The message subject
my $msg_head_before = ''; # Store the message headers that come before Subject here
--- 982,985 ----
|