Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv29218
Modified Files:
MailParse.pm
Log Message:
Removed use warnings in the mail parser because the MIME::Base64 will complain about bad base 64 messages when (a) there's nothing we can do about it and (b) it happily decodes them anyway
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** MailParse.pm 18 Feb 2003 12:37:27 -0000 1.84
--- MailParse.pm 18 Feb 2003 12:40:08 -0000 1.85
***************
*** 10,14 ****
use strict;
- use warnings;
use locale;
use Classifier::WordMangle;
--- 10,13 ----
|