Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv32363/Classifier
Modified Files:
MailParse.pm
Log Message:
Implemented the automatic upgrade of pre v0.19.0 command line and configuration file parameters
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** MailParse.pm 5 Mar 2003 21:15:32 -0000 1.94
--- MailParse.pm 5 Mar 2003 22:49:03 -0000 1.95
***************
*** 890,894 ****
}
! $self->{date} = $argument if ( $header =~ /^Date/i );
# Look for MIME
--- 890,894 ----
}
! $self->{date__} = $argument if ( $header =~ /^Date/i );
# Look for MIME
|