From: <ssc...@us...> - 2003-04-12 22:53:00
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1:/tmp/cvs-serv10329 Modified Files: MailParse.pm Log Message: fix a warning Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** MailParse.pm 12 Apr 2003 21:16:52 -0000 1.112 --- MailParse.pm 12 Apr 2003 22:52:57 -0000 1.113 *************** *** 782,787 **** # Variables to save header information to while parsing headers ! my $header; ! my $argument; # Clear the word hash --- 782,787 ---- # Variables to save header information to while parsing headers ! my $header = ''; ! my $argument = ''; # Clear the word hash |