New multipart subject heading confuses UBH

"freisgd" <[email protected]> Thu, 05 Jun 2003 20:08:30 -0000
Newsgroups gmane.network.ubh
Message-ID <[email protected]>
First off let me thank everyone that responded so quickly to my
previous post.  Your guidence was very helpful.

I have been messing around with V3 since mid-may and things have been
going very well.

Lately I have come across some multipart articles with a subject such
as: "(3/10)mympg.mpg ..." ubh does not properly pull this information
and tries to decode each file as a single part entity.

I also had a problem with Metadata.pm.  I was getting use of
uninitialized value... with the following statement.
	
original line $self->{mtime} = localtime((stat($self->{path}))[9])

I fixed it by changing the line to be,
 $self->{mtime} = localtime((stat $self->{path})->mtime);
and I inserted a,
use File::stat;

Don't know if anyone else has had this problem.

There does not seem to be much activity in this group, what gives? :)

Jim


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/IHFolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/